Turn off the debug report for now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5554 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-17 20:36:26 +00:00
parent 37c14fe414
commit 201ab6adc7
@@ -1216,7 +1216,7 @@ public class ConnectionManager extends LoopingThread
protected static final byte[] ASYNC_CLOSE_REQUEST = new byte[0];
/** Whether or not debug reporting is activated .*/
protected static final boolean DEBUG_REPORT = true;
protected static final boolean DEBUG_REPORT = false;
/** Report our activity every 30 seconds. */
protected static final long DEBUG_REPORT_INTERVAL = 30*1000L;