Cleanup for unit tests, working command unit test

This commit is contained in:
Matthew Jones
2014-03-13 10:47:21 -04:00
parent c8534055ef
commit 3fe31828a8
4 changed files with 4 additions and 4 deletions

View File

@@ -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))