Skip to content

Commit

Permalink
setting debug default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Oct 10, 2013
1 parent 0b7da19 commit 7d76531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/srcPubnubApi/com/pubnub/api/AbstractLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

abstract class AbstractLogger {

private static boolean LOGGING = true;
private static boolean LOGGING = false;

private static String VERSION = "";

Expand Down

0 comments on commit 7d76531

Please sign in to comment.