remove useless log

This commit is contained in:
Vaxry 2022-12-27 15:28:41 +01:00
parent 659a5195d4
commit d64fc7d336
1 changed files with 0 additions and 2 deletions

View File

@ -1679,8 +1679,6 @@ CMonitor* CCompositor::getMonitorFromString(const std::string& name) {
}
}
}
Debug::log(ERR, "Error in getMonitorFromString: no such monitor");
}
return nullptr;