This commit is contained in:
Nuno Campos
2024-07-18 15:49:58 -07:00
parent b3ee728839
commit 06f83710c8
-4
View File
@@ -70,8 +70,6 @@ def map_debug_tasks(
if config is not None and TAG_HIDDEN in config.get("tags", []):
continue
print("map_debug_tasks", json.dumps((name, step, config["metadata"])))
yield {
"type": "task",
"timestamp": ts,
@@ -97,8 +95,6 @@ def map_debug_task_results(
if config is not None and TAG_HIDDEN in config.get("tags", []):
continue
print("map_debug_tasks_r", json.dumps((name, step, config["metadata"])))
yield {
"type": "task_result",
"timestamp": ts,