Browse Source

Remove print statements

Foppe Hemminga 6 năm trước cách đây
mục cha
commit
71d3268f20
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      _bs.py

+ 2 - 2
_bs.py

@@ -310,9 +310,9 @@ def get_racenet_races(html):
                                 print("td.get('data-race-number'): {}".format(race_number_padded))
                                 continue
                             start_time = td.get('data-start-time')
-                            print(start_time)
+                            # print(start_time)
                             time_string_with_date = date_parsed.format('YYYY-MM-DD')+' '+time_string
-                            print(time_string_with_date)
+                            # print(time_string_with_date)
                             local_time = arrow.get(time_string_with_date, 'YYYY-MM-DD HH:mm').time()
                             utc_time = arrow.get(int(start_time)/1000).datetime
                             # print("td.get('data-race-number'): {}". format(race_number))