UI: remove spammy CameraView log

old-commit-hash: 9a6bcba7416b9e3f4dcf527131f4ca7250bb0f35
This commit is contained in:
Adeeb Shihadeh
2023-03-15 14:34:33 -07:00
parent ee692c5bec
commit 09e9ae012b
-1
View File
@@ -374,7 +374,6 @@ void CameraWidget::vipcThread() {
clearFrames();
auto streams = VisionIpcClient::getAvailableStreams(stream_name, false);
if (streams.empty()) {
qWarning() << "VisionIPC connected, but no streams available";
QThread::msleep(100);
continue;
}