Skip to content

Commit

Permalink
close log
Browse files Browse the repository at this point in the history
  • Loading branch information
zjywill committed Jun 18, 2014
1 parent 9133326 commit 7cf1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/comic/chhreader/Loge.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Loge {
private static final String LOG_TAG = "CHHReader";
public static final boolean LOG_STATUS = true;
public static final boolean LOG_STATUS = false;
private static String tag = "CHHReader";

private static Loge l = new Loge();
Expand Down

0 comments on commit 7cf1f5e

Please sign in to comment.