I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 627519e6 authored by zzz's avatar zzz
Browse files

disable debug

parent 2f2e0e53
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class AddressBook { ...@@ -47,7 +47,7 @@ class AddressBook {
private final Map<String, String> addresses; private final Map<String, String> addresses;
private final File subFile; private final File subFile;
private boolean modified; private boolean modified;
private static final boolean DEBUG = true; private static final boolean DEBUG = false;
/** /**
* Construct an AddressBook from the contents of the Map addresses. * Construct an AddressBook from the contents of the Map addresses.
......
...@@ -48,7 +48,7 @@ public class Daemon { ...@@ -48,7 +48,7 @@ public class Daemon {
public static final String VERSION = "2.0.4"; public static final String VERSION = "2.0.4";
private static final Daemon _instance = new Daemon(); private static final Daemon _instance = new Daemon();
private boolean _running; private boolean _running;
private static final boolean DEBUG = true; private static final boolean DEBUG = false;
/** /**
* Update the router and published address books using remote data from the * Update the router and published address books using remote data from the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment