diff --git a/src/windowManager.cpp b/src/windowManager.cpp index bcdaf8f..5ec487a 100644 --- a/src/windowManager.cpp +++ b/src/windowManager.cpp @@ -1894,8 +1894,7 @@ void CWindowManager::doPostCreationChecks(CWindow* pWindow) { // Check if it has a name const auto NAME = getClassName(window); if (NAME.first == "Error" && NAME.second == "Error") { - closeWindowAllChecks(window); - Debug::log(WARN, "Window created but has a class of NULL. Removing."); + Debug::log(WARN, "Window created but has a class of NULL?"); } Debug::log(LOG, "Post creation checks ended");