Removed debug print.

This commit is contained in:
hiker
2014-02-11 10:13:23 +11:00
parent 2fe21fc3b2
commit 7b45db42e7

View File

@@ -35,8 +35,6 @@
*/
void Challenge::load(const XMLNode* challengesNode)
{
if(m_data->getId()=="olivermath")
printf("");
const XMLNode* node = challengesNode->getNode( m_data->getId() );
if(node == NULL)
{