diff options
author | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-10-20 11:12:49 +0200 |
---|---|---|
committer | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-10-20 11:12:49 +0200 |
commit | 605383b1a299ea69444b10a5cf2eb9cb61009f86 (patch) | |
tree | 8d1fea53658fd35277fccc0fea58ce93b864d59a /src/kconf_update/kconf_update.cpp | |
parent | 5bc393b0615020d8e04ebed13364d3ab7a21d856 (diff) | |
download | kconfig-605383b1a299ea69444b10a5cf2eb9cb61009f86.tar.gz kconfig-605383b1a299ea69444b10a5cf2eb9cb61009f86.tar.bz2 |
GIT_SILENT Remove a bit of dead code
Diffstat (limited to 'src/kconf_update/kconf_update.cpp')
-rw-r--r-- | src/kconf_update/kconf_update.cpp | 2 |
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)) { |