From c0df2925675849a4e0788e6f359e3b2c11c8b19c 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); }