Removed accidentally committed debug prints

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5773 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-08-25 00:28:58 +00:00
parent 7c6dc77365
commit cf7838db70

View File

@ -62,12 +62,9 @@ RacePausedDialog::~RacePausedDialog()
void RacePausedDialog::loadedFromFile()
{
printf("==== RacePausedDialog::loadedFromFile() ====\n");
// disable the "restart" button in GPs
if (race_manager->getMajorMode() != RaceManager::MAJOR_MODE_SINGLE)
{
printf("==== REMOVING restart button ====\n");
GUIEngine::RibbonWidget* choice_ribbon =
getWidget<GUIEngine::RibbonWidget>("choiceribbon");