Cleanup debug counters

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-13 15:12:33 +02:00
parent 54f1c383d3
commit 7f367e6019
6 changed files with 125 additions and 164 deletions

View File

@@ -77,7 +77,7 @@ bool execute_uci_command(const string& cmd) {
else if (token == "uci")
cout << "id name " << engine_name()
<< "\nid author " << engine_author()
<< "\nid author " << engine_authors()
<< "\n" << options_to_uci()
<< "\nuciok" << endl;