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