1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-29 16:04:21 +00:00

Remove debug messages

This commit is contained in:
Chocobo1 2018-05-08 12:13:44 +08:00
parent defba23d61
commit c0df292567
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

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