Suppress annoying and harmless warning

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-05-15 18:28:35 +00:00
parent c66ada8168
commit 75c1b486db

View File

@ -1846,7 +1846,7 @@ EventPropagation FocusDispatcher::focused(const int playerID)
}
}
std::cerr << "[KartSelectionScreen] WARNING: the focus dispatcher can't find the widget for player " << playerID << "!\n";
//std::cerr << "[KartSelectionScreen] WARNING: the focus dispatcher can't find the widget for player " << playerID << "!\n";
//assert(false);
return GUIEngine::EVENT_LET;
}