We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e3aa4 commit 7620ef1Copy full SHA for 7620ef1
1 file changed
taskbadger/cli.py
@@ -113,7 +113,6 @@ def _update_task(task, status=None, **data_kwargs):
113
else:
114
task_data[key] = value
115
116
- print(task_data)
117
try:
118
task.update(status=status, data=task_data or None)
119
except Exception as e:
0 commit comments