Removed debug print that shouldn't have been committed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4921 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -791,8 +791,6 @@ bool DynamicRibbonWidget::setSelection(int item_id, const int playerID, const bo
|
||||
// -----------------------------------------------------------------------------
|
||||
bool DynamicRibbonWidget::setSelection(const std::string item_codename, const int playerID, const bool focusIt)
|
||||
{
|
||||
std::cout << "Set selection for player " << playerID << " : focus it = " << focusIt << "\n";
|
||||
|
||||
const int item_count = m_items.size();
|
||||
for (int n=0; n<item_count; n++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user