viewer: removed unused debug line

This commit is contained in:
itsmattkc
2020-04-21 19:36:37 +10:00
parent c84f7fe724
commit ab262092a6
-1
View File
@@ -490,7 +490,6 @@ void ViewerGLWidget::SetupColorProcessor()
color_service_ = nullptr;
}
qDebug() << "Emitting" << std::static_pointer_cast<ColorProcessor>(color_service_).get();
emit ColorProcessorChanged(std::static_pointer_cast<ColorProcessor>(color_service_));
}