diff --git a/pixelocr/gui/glypheditor.py b/pixelocr/gui/glypheditor.py index 72e7635..3a641c9 100644 --- a/pixelocr/gui/glypheditor.py +++ b/pixelocr/gui/glypheditor.py @@ -95,7 +95,6 @@ class GlyphTableView(QTableView): def keyPressEvent(self, event): if event.key() == Qt.Key_Delete: - print('delete') for index in self.selectedIndexes(): self.model().removeRow(index.row()) else: