diff --git a/kcms/colors/editor/scmeditoroptions.cpp b/kcms/colors/editor/scmeditoroptions.cpp --- a/kcms/colors/editor/scmeditoroptions.cpp +++ b/kcms/colors/editor/scmeditoroptions.cpp @@ -78,7 +78,6 @@ group.writeEntry("Enable", bool(state != Qt::Unchecked)); m_disableUpdates = true; - printf("re-init\n"); inactiveSelectionEffect->setChecked(group.readEntry("ChangeSelectionColor", bool(state != Qt::Unchecked))); m_disableUpdates = false;