diff --git a/src/states_screens/kart_selection.cpp b/src/states_screens/kart_selection.cpp index cbefee9fe..8e09f1f58 100644 --- a/src/states_screens/kart_selection.cpp +++ b/src/states_screens/kart_selection.cpp @@ -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; }