Removed needless print output.

This commit is contained in:
Ludger Küperkoch 2017-05-23 15:33:19 +02:00
parent 4b3687fd2b
commit 36b4a2a05f

View File

@ -2005,8 +2005,6 @@ class PropertiesDlg(QDialog):
def setValues(tabValues): def setValues(tabValues):
settings = QSettings() settings = QSettings()
for setting, value in tabValues.items(): for setting, value in tabValues.items():
print(value)
print(setting)
settings.setValue(setting, value) settings.setValue(setting, value)
settings.sync() settings.sync()