mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-30 18:50:11 +08:00
Remove debug messages
This commit is contained in:
parent
defba23d61
commit
c0df292567
@ -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 New Issue
Block a user