Deactivated part of the traces outputted by the testsuite to make Travis

happy.
This commit is contained in:
xawotihs
2013-10-30 22:58:04 +01:00
parent 784d127a6e
commit 017f6dd1ed
4 changed files with 4 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ int TestSuiteAI::Act(float)
timer = 0;
string action = suite->getNextAction();
observer->mLayers->stackLayer()->Dump();
// observer->mLayers->stackLayer()->Dump();
DebugTrace("TESTSUITE command: " << action);
if (observer->mLayers->stackLayer()->askIfWishesToInterrupt == this)