소스 검색

Remove confusing debug statement

Foppe Hemminga 6 년 전
부모
커밋
e7edcb30eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -44,7 +44,7 @@ if __name__ == '__main__':
             if status['integer'] <= 2:
                 status['alert'] = {'15': False, '10': False, '5': False, '1': False}
             summary_json = json.dumps(status, indent=2)
-            print(summary_json)
+            # print(summary_json)
             write_file = open(f'status-{player_id}.json', 'w')
             write_file.write(summary_json)
             write_file.close()