Remove debug.

This commit is contained in:
JoelKatz
2012-07-15 23:30:29 -07:00
parent d3f95a37c9
commit d1adcb03c6
2 changed files with 0 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ int ContinuousLedgerTiming::shouldClose(
Log(lsTRACE) << "slow to close";
return previousSeconds - 1;
}
Log(lsTRACE) << "normal idle";
return LEDGER_IDLE_INTERVAL; // normal idle
}