Private
Public Access
1
0

removed some print statements

This commit is contained in:
Sander Roosendaal
2018-03-06 13:12:47 +01:00
parent f9b7b00028
commit 4219725471
2 changed files with 0 additions and 8 deletions

View File

@@ -1572,13 +1572,9 @@ def repair_data(verbose=False):
res = data.to_csv(w.csvfilename + '.gz',
index_label='index',
compression='gzip')
print 'adding csv file'
else:
print w.id, ' No stroke records anywhere'
w.delete()
except:
print 'failed'
print str(sys.exc_info()[0])
pass
# A wrapper around the rowingdata class, with some error catching