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

Commit

Permalink
turn off debug logs for release of 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Sep 20, 2016
1 parent da82360 commit 8264143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public final class LogHelper {

private final static boolean mTesting = true;
private final static boolean mTesting = false;

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

0 comments on commit 8264143

Please sign in to comment.