projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d963529
)
Remove some debugging.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Thu, 17 Mar 2016 00:56:14 +0000
(
01:56
+0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 24 Nov 2018 10:17:41 +0000
(11:17 +0100)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 6c1aa034c318e9802c9e082d4db2394cc0ded307..ee0f135aa3def8167b1caf7aa284ce16a665449e 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-45,12
+45,10
@@
public:
Status Probe(ServerContext* context,
const HashProbeRequest* request,
HashProbeResponse *response) {
- std::cout << "fen=" << request->fen() << std::endl;
Position pos(request->fen(), /*isChess960=*/false, Threads.main());
if (!pos.pos_is_ok()) {
return Status(StatusCode::INVALID_ARGUMENT, "Invalid FEN");
}
- std::cout << "parsed=" << pos.fen() << std::endl;
bool found;
TTEntry *entry = TT.probe(pos.key(), found);
response->set_found(found);