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":