comment out main()

This commit is contained in:
zzz
2011-01-21 15:53:37 +00:00
parent e924052fd8
commit 6981db4fa3

View File

@@ -639,6 +639,7 @@ public class LogManager {
return _dateFormatPattern;
}
/*****
public static void main(String args[]) {
I2PAppContext ctx = new I2PAppContext();
Log l1 = ctx.logManager().getLog("test.1");
@@ -659,6 +660,7 @@ public class LogManager {
}
System.exit(0);
}
*****/
public void shutdown() {
if (_writer != null) {