Skip to content

Commit

Permalink
revert debug flag for development
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-linghu committed Sep 6, 2011
1 parent b0c8cb6 commit 262154d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/ch_linghu/fanfoudroid/fanfou/Configuration.java
Expand Up @@ -44,8 +44,8 @@ public class Configuration {

/* package */static void init() {
defaultProperty = new Properties();
defaultProperty.setProperty("fanfoudroid.debug", "false");
//defaultProperty.setProperty("fanfoudroid.debug", "true");
//defaultProperty.setProperty("fanfoudroid.debug", "false");
defaultProperty.setProperty("fanfoudroid.debug", "true");
defaultProperty.setProperty("fanfoudroid.source", "fanfoudroid");
// defaultProperty.setProperty("fanfoudroid.clientVersion","");
defaultProperty.setProperty("fanfoudroid.clientURL",
Expand Down

0 comments on commit 262154d

Please sign in to comment.