Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
delete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
nyashiki committed Mar 12, 2020
1 parent 41973dc commit eca642c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/browser/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def command(data):
elapsed = elapsed * 1000

engine.time_left -= elapsed
print('engine.time_left', engine.time_left)
consumptions.append(elapsed)

next_move = position.sfen_to_move(next_move)
Expand Down

0 comments on commit eca642c

Please sign in to comment.