mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
kill a debug log
This commit is contained in:
@@ -218,8 +218,8 @@ public class Rate {
|
||||
long measuredPeriod = now - _lastCoalesceDate;
|
||||
if (measuredPeriod < _period - SLACK) {
|
||||
// no need to coalesce (assuming we only try to do so once per minute)
|
||||
if (_log.shouldLog(Log.DEBUG))
|
||||
_log.debug("not coalescing, measuredPeriod = " + measuredPeriod + " period = " + _period);
|
||||
//if (_log.shouldLog(Log.DEBUG))
|
||||
// _log.debug("not coalescing, measuredPeriod = " + measuredPeriod + " period = " + _period);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user