summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-02-15 12:11:50 +0100
committerTom Smeding <tom.smeding@gmail.com>2019-02-15 12:11:50 +0100
commitb695c7be114d476e4121d94965628ec5040f277c (patch)
tree3240fd92e6f16669a8717c7f1ef0c0fb6cae7b6a
parent3711c92f43eedbd698a9c477e3248fb87892fbd9 (diff)
Comment debug log in main
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 61cd573..4282c47 100644
--- a/main.cpp
+++ b/main.cpp
@@ -25,7 +25,7 @@ int main() {
cerr << "Using AI " << STR(AI) << endl;
Board bd = Board::makeEmpty();
- cerr << "Initial stone at " << Idx(BSZ * BMID + BMID) << endl;
+ // cerr << "Initial stone at " << Idx(BSZ * BMID + BMID) << endl;
bd.put(BSZ * BMID + BMID, bd.bag.drawRandom());
cout << bd << endl;