From 937af1ae738ba18b528f0efa28ce614ef1a82df2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 25 Oct 2006 20:38:44 +0000 Subject: [PATCH] - Removed a duplicate debug message --- src/GUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index fd5dd3c91..92d516050 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1374,7 +1374,6 @@ void GUI::addTorrent(const QString& path, bool fromScanDir, const QString& from_ QString savePath = getSavePath(QString(t.name().c_str())); int row = DLListModel->rowCount(); // Adding files to bittorrent session - std::cout << "save path: " << (const char*)savePath.toUtf8() << "\n"; if(hasFilteredFiles(QString(t.name().c_str()))){ h = s->add_torrent(t, fs::path((const char*)savePath.toUtf8()), resume_data, false); qDebug("Full allocation mode");