summaryrefslogtreecommitdiffstats
path: root/src/downloadmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanager.cpp')
-rw-r--r--src/downloadmanager.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 0f79eef..9f7a628 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -180,11 +180,6 @@ void DownloadManager::downloadFinished()
currentDownload->deleteLater();
}
else{
- // if kcl, append the session ID to it
- if (outfile.fileName() == downloadDir.absoluteFilePath("kcl")){
- qxtLog->debug() << "[dm] Completing kernel command line...";
- outfile.write(" alpha=" + sessionID.toUtf8());
- }
// end download
outfile.close();
downloaded++;