Removed redundant log error

This commit is contained in:
Mathias Westerdahl 2018-05-18 17:00:36 +02:00
parent 5fd504cc14
commit a3fabbb9c8

View File

@ -106,7 +106,6 @@ int CameraPlatform_StopCapture()
int CameraPlatform_UpdateCapture()
{
if (!g_Camera.m_Camera) {
dmLogError("Camera has not been started");
return 0;
}
g_Camera.m_Camera->Update();