remove some logging
This commit is contained in:
@@ -196,12 +196,6 @@ def get_c2_workouts(rower,do_async=True):
|
||||
knownc2ids = uniqify(knownc2ids+tombstones+parkedids)
|
||||
|
||||
newids = [c2id for c2id in c2ids if not c2id in knownc2ids]
|
||||
with open("c2_auto_import.log","a") as errorlog:
|
||||
timestr = time.strftime("%Y%m%d-%H%M%S")
|
||||
newidjson = json.dumps(newids)
|
||||
errorlog.write(timestr+'New IDs found \r\n')
|
||||
errorlog.write(newidjson)
|
||||
errorlog.write('\r\n')
|
||||
|
||||
newparkedids = uniqify(newids+parkedids)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user