Commit d1321855 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Remove obsolete commented code

parent 6cadb61c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment