Removed no more needed print

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4470 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-01-15 18:19:55 +00:00
parent 0ac80ca6ca
commit a567f5a498

View File

@@ -144,7 +144,7 @@ void DynamicRibbonWidget::add()
for (int i=0; i<m_row_amount; i++)
{
m_ids[i] = getNewID();
std::cout << "ribbon : getNewID returns " << m_ids[i] << std::endl;
//std::cout << "ribbon : getNewID returns " << m_ids[i] << std::endl;
}
setSubElements();