Skip to content

Commit e6f53c8

Browse files
committed
Removed print statement
1 parent 07a197f commit e6f53c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pytask_vscode/execution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def pytask_execute_task_log_end(session: pytask.Session, report: pytask.Executio
99
if not session.config["dry_run"]:
1010
attrs = {"name" : report.task.short_name, "path" : str(report.task.path), "report" : str(report.outcome)}
1111
address = ('localhost', 6000)
12-
pytask.console.print(attrs)
1312
conn = Client(address, authkey=b'secret password')
1413
conn.send(json.dumps(attrs))
1514
conn.close()

0 commit comments

Comments
 (0)