Skip to content

Commit 7620ef1

Browse files
committed
remove print
1 parent 43e3aa4 commit 7620ef1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

taskbadger/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _update_task(task, status=None, **data_kwargs):
113113
else:
114114
task_data[key] = value
115115

116-
print(task_data)
117116
try:
118117
task.update(status=status, data=task_data or None)
119118
except Exception as e:

0 commit comments

Comments
 (0)