From 9f0e6a3d83a1fc3ea78ae6aca12eced12c708ad6 Mon Sep 17 00:00:00 2001 From: auria Date: Mon, 15 Feb 2010 23:33:15 +0000 Subject: [PATCH] Removed another debug print that wasn't useful git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4736 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/states_screens/kart_selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states_screens/kart_selection.cpp b/src/states_screens/kart_selection.cpp index c465bd344..ad08f071a 100644 --- a/src/states_screens/kart_selection.cpp +++ b/src/states_screens/kart_selection.cpp @@ -774,7 +774,7 @@ bool KartSelectionScreen::playerJoin(InputDevice* device, bool firstPlayer) // We keep the ID of the "root" widget, see comment at top g_root_id = kartsArea.m_reserved_id; - std::cout << "++++ root ID : " << g_root_id << std::endl; + //std::cout << "++++ root ID : " << g_root_id << std::endl; } // ---- Create player/kart widget