Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
testing = off
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Feb 9, 2018
1 parent 28dc1c6 commit 18525fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 18525fb

Please sign in to comment.