Removed needless print output.
This commit is contained in:
parent
4b3687fd2b
commit
36b4a2a05f
@ -2005,8 +2005,6 @@ class PropertiesDlg(QDialog):
|
||||
def setValues(tabValues):
|
||||
settings = QSettings()
|
||||
for setting, value in tabValues.items():
|
||||
print(value)
|
||||
print(setting)
|
||||
settings.setValue(setting, value)
|
||||
settings.sync()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user