Removed debug print.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user