Set inputShouldShow to false when all websockets disconnect (#224)

This commit is contained in:
Declan Freeman-Gleason
2021-01-09 16:35:42 -08:00
committed by GitHub
parent 15c687655a
commit 0a4dcd17e0
3 changed files with 12 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ public class Main {
logger.error("Failed to parse command-line options!", e);
}
CVMat.enablePrint(true);
CVMat.enablePrint(false);
PipelineProfiler.enablePrint(false);
var logLevel = printDebugLogs ? LogLevel.TRACE : LogLevel.DEBUG;