Remove relaying of engine output to GUI for debugging
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Nov 2014 08:37:21 +0000 (09:37 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Nov 2014 08:37:21 +0000 (09:37 +0100)
A prints statement used for debugging was left in the source, which would
relay any engine output to the GUI as comment line. Problem was that
XBoard chokes on lines that contain "not found" even if they are commented.

uci.c

diff --git a/uci.c b/uci.c
index bb6d0b2..0675320 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -330,7 +330,7 @@ int uci_parse(uci_t * uci, const char string[]) {
    ASSERT(string!=NULL);
 
    // init
-gui_send(GUI, "# %s\n", string);
+
    event = EVENT_NONE;
 
    // parse