mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Set inputShouldShow to false when all websockets disconnect (#224)
This commit is contained in:
committed by
GitHub
parent
15c687655a
commit
0a4dcd17e0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user