[FEM] [skip CI] remove an obsolete comment

- since a while there is no green hook but a QuantitySpinBox
This commit is contained in:
Uwe
2022-08-14 05:46:17 +02:00
parent 1211e0be91
commit 4e7e869c99

View File

@@ -126,8 +126,6 @@ class _TaskPanel(object):
self._obj.PotentialEnabled = \
not self._paramWidget.potentialBox.isChecked()
if self._obj.PotentialEnabled:
# if the input widget shows not a green hook, but the user presses ok
# we could run into a syntax error on getting the quantity
potential = None
try:
potential = self._paramWidget.potentialQSB.property('value')