Commit 512412e0 authored by lintangsutawika's avatar lintangsutawika
Browse files

remove print lines

parent e7231e84
...@@ -204,10 +204,6 @@ class TaskManager(abc.ABC): ...@@ -204,10 +204,6 @@ class TaskManager(abc.ABC):
"yaml_path": yaml_path, "yaml_path": yaml_path,
} }
elif set(config.keys()) <= set(GROUP_KEYS): elif set(config.keys()) <= set(GROUP_KEYS):
print("###")
print(config["group"])
print(config)
print("###")
# This is a group config # This is a group config
tasks_and_groups[config["group"]] = { tasks_and_groups[config["group"]] = {
"type": "group", "type": "group",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment