Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gaphas/tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'gaphas/tool.py')
-rw-r--r--gaphas/tool.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gaphas/tool.py b/gaphas/tool.py
index 59d1103..3f7dcfd 100644
--- a/gaphas/tool.py
+++ b/gaphas/tool.py
@@ -1142,10 +1142,7 @@ class DisconnectHandle(object):
try:
canvas.solver.remove_constraint(handle.connection_data)
except KeyError:
- print 'constraint was already removed for', item, handle
pass # constraint was alreasy removed
- else:
- print 'constraint removed for', item, handle
handle.connection_data = None
handle.connected_port = None
handle.connected_to = None