mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Cleanup for unit tests, working command unit test
This commit is contained in:
@@ -193,7 +193,6 @@ def rebuild_graph(message):
|
||||
|
||||
# Rebuild graph
|
||||
graph = SimpleDAG()
|
||||
print("Graph nodes: " + str(graph.nodes))
|
||||
for task in running_tasks:
|
||||
if settings.DEBUG:
|
||||
print("Adding running task: %s to graph" % str(task))
|
||||
|
||||
Reference in New Issue
Block a user