mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +03:00
Remove debug messages
This commit is contained in:
parent
0c96e79d0d
commit
8971e92d78
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue