Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 18525fb

Browse files
committed
testing = off
1 parent 28dc1c6 commit 18525fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/y20k/transistor/helpers/LogHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public final class LogHelper {
2525

26-
private final static boolean mTesting = true;
26+
private final static boolean mTesting = false;
2727

2828
public static void d(final String tag, String message) {
2929
// include logging only in debug versions

0 commit comments

Comments
 (0)