mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove debug messages
This commit is contained in:
parent
defba23d61
commit
c0df292567
1 changed files with 0 additions and 1 deletions
|
@ -762,7 +762,6 @@ void TorrentsController::renameAction()
|
||||||
throw APIError(APIErrorType::NotFound);
|
throw APIError(APIErrorType::NotFound);
|
||||||
|
|
||||||
name.replace(QRegularExpression("\r?\n|\r"), " ");
|
name.replace(QRegularExpression("\r?\n|\r"), " ");
|
||||||
qDebug() << "Renaming" << torrent->name() << "to" << name;
|
|
||||||
torrent->setName(name);
|
torrent->setName(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue