From 16703572ba7d9d60a735e9b3e5e06fcfd5206140 Mon Sep 17 00:00:00 2001 From: retrowaver <23421260+retrowaver@users.noreply.github.com> Date: Sat, 13 Apr 2019 16:47:13 +0200 Subject: [PATCH] Fixes iamjarret/pystockfish#17 --- pystockfish.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pystockfish.py b/pystockfish.py index 3da9fe8..cc26a98 100644 --- a/pystockfish.py +++ b/pystockfish.py @@ -222,7 +222,6 @@ def bestmove(self): while True: text = self.stdout.readline().strip() split_text = text.split(' ') - print(text) if split_text[0] == "info": last_info = Engine._bestmove_get_info(text) if split_text[0] == "bestmove":