mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:23:57 +02:00
Remove unnecessary qDebug
This commit is contained in:
parent
ccc638d8c1
commit
f0c013960d
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ void UserLocation::requestRename(const QString& newName) {
|
|||
void UserLocation::handleRenameResponse(const QJsonObject& responseData) {
|
||||
_updating = false;
|
||||
|
||||
qDebug() << responseData;
|
||||
QJsonValue status = responseData["status"];
|
||||
if (!status.isUndefined() && status.toString() == "success") {
|
||||
QString updatedName = responseData["data"].toObject()["name"].toString();
|
||||
|
|
Loading…
Reference in a new issue