Skip to content

Commit

Permalink
Tag for release version 6.10.58.rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
palo-m committed Oct 7, 2012
1 parent ab3f29d commit 65302fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sk/boinc/androboinc/debug/Debugging.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


public interface Debugging {
public static final boolean INSERT_DELAYS = true;
public static final boolean INSERT_DELAYS = false;
public static final boolean PERFORMANCE = false;
public static final boolean DATA = false;
}
2 changes: 1 addition & 1 deletion src/sk/boinc/androboinc/debug/Logging.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ public interface Logging {
* Logged events for debugging purpose. Any resources-expensive stuff should use this.
* <p>Only turned on in debug builds, turned off at release builds.
*/
public static final boolean DEBUG = true;
public static final boolean DEBUG = false;
}

0 comments on commit 65302fe

Please sign in to comment.