Prechádzať zdrojové kódy

Remove obsolete commented code

Taddeus Kroes 5 rokov pred
rodič
commit
d1321855cd
1 zmenil súbory, kde vykonal 1 pridanie a 6 odobranie
  1. 1 6
      bot.py

+ 1 - 6
bot.py

@@ -2,7 +2,7 @@
 import time
 from strategy import State, moves_to_keys
 from interaction import get_exapunks_window, focus_window, \
-                       screenshot_board, press_keys
+                        screenshot_board, press_keys
 
 
 if __name__ == '__main__':
@@ -25,11 +25,6 @@ if __name__ == '__main__':
         state.print()
         print()
 
-        #if state.has_holes():
-        #    print('parsed board has holes, wait for a bit')
-        #    time.sleep(.1)
-        #    continue
-
         moves = state.solve()
 
         if moves: