Commit 9aafceb9 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove leftover legend code

parent 0e981275
......@@ -95,8 +95,5 @@ class DotPrinter(Printer):
next_todo = todos_without_dependencies[index + 1]
result += ' {} -> {} [style="invis"]\n'.format(node_name(this_todo), node_name(next_todo))
# print legend
result += 'rank=sink\n'
result += '}\n'
return result
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