Skip to content

Commit 08351af

Browse files
Fix incorrect debug timing function placement.
1 parent ffd09ad commit 08351af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/mmSolver/tools/solver/ui/solver_layout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class SolverLayout(QtWidgets.QWidget):
4949
def __init__(self, parent=None, *args, **kwargs):
5050
s = time.time()
5151
super(SolverLayout, self).__init__(*args, **kwargs)
52-
s = time.time()
5352
self.ui = ui_solver_layout.Ui_Form()
5453
self.ui.setupUi(self)
5554

0 commit comments

Comments
 (0)