From 30bb8ceb8ce07e4bf4f7752c6160b62899ae35e0 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 18 Aug 2016 13:00:49 +0100 Subject: [PATCH] Don't print --- abp/fancy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abp/fancy.py b/abp/fancy.py index 6468f13..3d7a2c3 100644 --- a/abp/fancy.py +++ b/abp/fancy.py @@ -43,7 +43,6 @@ class GraphState(graphstate.GraphState, networkx.Graph): return # Automatically perform layout if position is not provided - print self.node.values() if not all(("position" in node) for node in self.node.values()): self.layout()