mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove debug output in preference setting
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3515ad71c1
commit
b2af700a42
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ void PreferencesDialog::rememberPrefs()
|
|||
s.remove(_setting)
|
||||
|
||||
#define SAVE_OR_REMOVE(_setting, _default, _value) \
|
||||
qDebug() << _setting << _default << _value;\
|
||||
if (_value != _default) \
|
||||
s.setValue(_setting, _value); \
|
||||
else \
|
||||
|
|
Loading…
Add table
Reference in a new issue