removed forgotten debug printf

This commit is contained in:
Rene Klacan 2013-06-11 15:37:51 +02:00
parent f31a258c01
commit 44851e36e9
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ void CCLayer::setTouchEnabled(bool enabled)
m_bTouchEnabled = enabled;
if (m_bRunning)
{
printf(" -- running2\n");
if (enabled)
{
this->registerWithTouchDispatcher();