forked from I2P_Developers/i2p.i2p
disable debug
This commit is contained in:
@@ -47,7 +47,7 @@ class AddressBook {
|
||||
private final Map<String, String> addresses;
|
||||
private final File subFile;
|
||||
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.
|
||||
|
@@ -48,7 +48,7 @@ public class Daemon {
|
||||
public static final String VERSION = "2.0.4";
|
||||
private static final Daemon _instance = new Daemon();
|
||||
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
|
||||
|
Reference in New Issue
Block a user