diff options
Diffstat (limited to 'src/editorui/editormain.py')
-rw-r--r-- | src/editorui/editormain.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editorui/editormain.py b/src/editorui/editormain.py index 1ff08ee..3ee593b 100644 --- a/src/editorui/editormain.py +++ b/src/editorui/editormain.py @@ -764,7 +764,6 @@ class KPEditorWidget(QtGui.QGraphicsView): KP.mainWindow.handleSelectedLayerChanged(kLayer) index = KP.map.refLayer(kLayer) - print 'selecting row {0}'.format(index) KP.mainWindow.layerList.selectLayer(index) itemsUnder[0].setSelected(True) |