Deactivated part of the traces outputted by the testsuite to make Travis
happy.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user