mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
removed debug print
This commit is contained in:
parent
043aec3fef
commit
a88fcfe9fa
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ class NumberSpinBox(QtWidgets.QDoubleSpinBox):
|
|||
|
||||
def value(self):
|
||||
output = super(NumberSpinBox, self).value()
|
||||
print(self.decimals())
|
||||
if self.decimals() == 0:
|
||||
output = int(output)
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue