StimProd: disable debug msg
This commit is contained in:
@@ -55,7 +55,7 @@ void logDaemonDurationsIfVerbose(
|
||||
long timesliceDurationMs,
|
||||
long periodMs)
|
||||
{
|
||||
if (0 && !OptionParser::getOptions().verbose) {
|
||||
if (!OptionParser::getOptions().verbose) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user