Remove debug messages

This commit is contained in:
Chocobo1 2018-05-08 12:13:44 +08:00 committed by sledgehammer999
parent 0c96e79d0d
commit 8971e92d78
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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