Browse Source

Remove debug messages

adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
c0df292567
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/webui/api/torrentscontroller.cpp

1
src/webui/api/torrentscontroller.cpp

@ -762,7 +762,6 @@ void TorrentsController::renameAction() @@ -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…
Cancel
Save