Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Oct 20, 2019
1 parent 1735d63 commit 4b31713
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pydeps/render_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ def triage_clusters(self):
self._collapse_cluster(clusterid, nodes)

def text(self):
for (a, b), attrs in sorted(self.rules.items()):
if a.startswith('dkdj'):
print '{} -> {}'.format(a, b)

ctx = RenderContext(reverse=self.reverse)
if self.cluster:
self.triage_clusters()
Expand Down

0 comments on commit 4b31713

Please sign in to comment.