Removes some output text I accidentally left in

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1308 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2007-11-30 03:48:37 +00:00
parent f40af93ba4
commit d403a951c7

View File

@ -307,7 +307,6 @@ int WidgetManager::calc_width() const
if( curr_width > total_width ) total_width = curr_width;
std::cerr << total_width << " W" <<std::endl; //200
return total_width;
}
@ -329,7 +328,6 @@ int WidgetManager::calc_height() const
}
}
std::cerr << total_height << " H" <<std::endl; //294
return total_height;
}