Skip to content

Commit

Permalink
Remove debug spam
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Jan 17, 2020
1 parent da65e14 commit a273ac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exist.py
Expand Up @@ -221,7 +221,6 @@ def post_attributes(values):
for duration in list(durations.get_points()):
date = datetime.fromisoformat(duration['time'].strip('Z') + "+00:00").astimezone(LOCAL_TIMEZONE).strftime('%Y-%m-%d')
if psl.get_public_suffix(duration['activity'], strict=True) is None:
print(duration)
if date in totals:
totals[date] = totals[date] + duration['duration']
else:
Expand Down

0 comments on commit a273ac6

Please sign in to comment.