summaryrefslogtreecommitdiff
path: root/src/spacebot.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-06 15:55:54 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-06 15:55:54 +0200
commitc85ebd55fe327125fd4d53d3b62d2b4f145a07a5 (patch)
tree4b3fae12b05155e923d3785b078f5bad43c0e093 /src/spacebot.cpp
parent97d6287a0710ec59d746f6340a796bbe6c7c8aa2 (diff)
Added logging of other objects in game state
Diffstat (limited to 'src/spacebot.cpp')
-rw-r--r--src/spacebot.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spacebot.cpp b/src/spacebot.cpp
index 9d2df5c..f30bb34 100644
--- a/src/spacebot.cpp
+++ b/src/spacebot.cpp
@@ -8,7 +8,6 @@ Spacebot::Spacebot(std::string outputPath)
: outputFilename(outputPath+"/move.txt"),
gameState(outputPath+"/map.txt")
{
- gameState.logState();
}
void Spacebot::writeNextMove()