summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;