Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Davis committed Jul 26, 2020
1 parent cf18eb9 commit 384e308
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gpsfun/rallystyle.py
Expand Up @@ -54,13 +54,9 @@ def calc_results(self):
self.segments[i]['date_time'] = date_time
if 'timed' in s['type'].keys():
total_stopwatch = total_stopwatch + stopwatch
print(total_stopwatch)
self.segments[i]['total_stopwatch'] = total_stopwatch
else:
print(total_stopwatch)
self.segments[i]['total_stopwatch'] = total_stopwatch
# print(stopwatch)
# print(date_time)

date_time = self.df.loc[self.df.checkpoint == (len(self.segments) - 1)]['Date_Time'].to_list()[0]
self.segments[-1]['stopwatch'] = None
Expand Down

0 comments on commit 384e308

Please sign in to comment.