aboutsummaryrefslogtreecommitdiff
path: root/src/kconf_update/kconf_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kconf_update/kconf_update.cpp')
-rw-r--r--src/kconf_update/kconf_update.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kconf_update/kconf_update.cpp b/src/kconf_update/kconf_update.cpp
index eec97d66..8cbbc3c3 100644
--- a/src/kconf_update/kconf_update.cpp
+++ b/src/kconf_update/kconf_update.cpp
@@ -812,7 +812,6 @@ void KonfUpdate::gotScript(const QString &_script)
proc.setStandardOutputFile(scriptOut.fileName());
if (m_oldConfig1) {
if (m_bDebugOutput) {
- // scriptIn.setAutoRemove(false);
qCDebug(KCONF_UPDATE_LOG) << "Script input stored in" << scriptIn.fileName();
}
KConfig cfg(scriptIn.fileName(), KConfig::SimpleConfig);
@@ -871,7 +870,6 @@ void KonfUpdate::gotScript(const QString &_script)
}
if (m_bDebugOutput) {
- // scriptOut.setAutoRemove(false);
qCDebug(KCONF_UPDATE_LOG) << "Script output stored in" << scriptOut.fileName();
QFile output(scriptOut.fileName());
if (output.open(QIODevice::ReadOnly)) {