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