From 8971e92d786f68e2133df4a39dcf222a33d0158c Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 8 May 2018 12:13:44 +0800 Subject: [PATCH] Remove debug messages --- src/webui/api/torrentscontroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index e4bd35d78..c8afa9252 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -762,7 +762,6 @@ void TorrentsController::renameAction() throw APIError(APIErrorType::NotFound); name.replace(QRegularExpression("\r?\n|\r"), " "); - qDebug() << "Renaming" << torrent->name() << "to" << name; torrent->setName(name); }