Преглед на файлове

Disable obsolete output line

Taddeus Kroes преди 5 години
родител
ревизия
9fe8ccd583
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      bot.py

+ 0 - 2
bot.py

@@ -52,8 +52,6 @@ if __name__ == '__main__':
             score = newstate.score(points, moves, state)
             print('     score:', score)
             print('prev score:', prev_score)
-            empty_points, empty_state = state.simulate(())
-            print('  () score:', empty_state.score(empty_points, (), state))
             print()
             prev_score = score