diff --git a/src/gui/race_gui.cpp b/src/gui/race_gui.cpp index dca684183..deb08a4b0 100644 --- a/src/gui/race_gui.cpp +++ b/src/gui/race_gui.cpp @@ -129,12 +129,8 @@ RaceGUI::handle(GameAction ga, int value) // gameaction enum have the same order (Otherwise the stuff below would // not work ...)! - std::cout << "--- ga = " << ga << "\n"; - if (ga >= GA_FIRST_KARTACTION && ga <= GA_LAST_KARTACTION) { - std::cout << "--- yay passing to kart\n"; - // 'Pulls down' the gameaction value to make them multiples of the // kartaction values. int ka = ga - GA_FIRST_KARTACTION;