diff --git a/src/modules/userinterface/legacymenu/legacymenu.cpp b/src/modules/userinterface/legacymenu/legacymenu.cpp index 102438ab..d3af95fa 100644 --- a/src/modules/userinterface/legacymenu/legacymenu.cpp +++ b/src/modules/userinterface/legacymenu/legacymenu.cpp @@ -18,7 +18,6 @@ #include #include -#include #include #include @@ -534,12 +533,10 @@ void LegacyMenu::redrawGraphicsView(struct Situation* pSituation) { } void LegacyMenu::shutDownSound() { - std::cout <<"there " << std::endl; if (!_piSoundEngine) return; if (_bfGraphicsState & eCarsLoaded) { -std::cout <<"there " << std::endl; _piSoundEngine->shutdownSound(); } std::cout <<"there " << std::endl;