Skip to content

Commit c8c7cee

Browse files
author
Evan Seitz
committed
Update ManifoldEM_GUI.py
1 parent eb96488 commit c8c7cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ManifoldEM_GUI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7104,7 +7104,6 @@ def __init__(self, parent=None):
71047104
self.combo_X.setFont(font_standard)
71057105
self.combo_X.currentIndexChanged.connect(self.choose_X)
71067106
self.combo_X.setCurrentIndex(Manifold2dCanvas.eigChoice1)
7107-
print('AAA1:', Manifold2dCanvas.eigChoice1)
71087107
self.combo_X.setDisabled(False)
71097108

71107109
self.combo_Y = QtGui.QComboBox(self)

0 commit comments

Comments
 (0)