Skip to content

Commit

Permalink
fix: removed irrelevant debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
6uhrmittag committed Apr 7, 2018
1 parent 7a6596b commit 5b2a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todoist-progress/todoist_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
if not isinstance(task['id'], str) and task['labels'] and not task['is_deleted'] and not task['in_history'] and not task['is_archived']:
for label in task['labels']:
if label == label_progress_id:
print("Found task to track:", task['content'])
#print("Found task to track:", task['content'])
#print("content = ", task['content'])
#print("id = ", task['id'])
#print("labels = ", task['labels'])
Expand Down

0 comments on commit 5b2a853

Please sign in to comment.