Mercurial > lcfOS
changeset 84:5205ebcfe6df prototype2
Removed print
author | windel |
---|---|
date | Sun, 18 Nov 2012 13:39:04 +0100 |
parents | 762721284ec2 |
children | f3849c8c15fa |
files | python/apps/diagrameditor.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/apps/diagrameditor.py Sun Nov 18 14:13:52 2012 +0100 +++ b/python/apps/diagrameditor.py Sun Nov 18 13:39:04 2012 +0100 @@ -114,7 +114,6 @@ litem.setLine(line) citems = scene.collidingItems(litem) citems = [i for i in citems if type(i) is BlockItem] - print(citems) scene.removeItem(litem) pts = [pos1] + vias + [pos2] self.arrowhead.setPos(pos2)