Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
imankulov committed May 4, 2015
1 parent fb20bd4 commit 08b462d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion todoist/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def _update_seq_no(self, seq_no, seq_no_global, resource_types):
Updates the seq_no and the seq_no_partial, based on the seq_no in
the response and the resource_types that were requested.
"""
print(seq_no, seq_no_global, resource_types)
if not seq_no and not seq_no_global or not resource_types:
return
if 'all' in resource_types:
Expand Down

0 comments on commit 08b462d

Please sign in to comment.