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

@@ -383,8 +383,8 @@ void GameObserver::resetStartupGame()
startupGameSerialized = "";
stream << *this;
startupGameSerialized = stream.str();
DebugTrace("startGame\n");
DebugTrace(startupGameSerialized);
// DebugTrace("startGame\n");
// DebugTrace(startupGameSerialized);
}
void GameObserver::startGame(GameType gtype, Rules * rules)