aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/user.cpp b/user.cpp
index 171d6d6c..aa1aa447 100644
--- a/user.cpp
+++ b/user.cpp
@@ -85,8 +85,6 @@ void User::updateName(const QString& newName)
const auto oldName = name();
if (d->name != newName)
{
- qCDebug(MAIN) << "Renaming" << id()
- << "from" << oldName << "to" << newName;
d->name = newName;
emit nameChanged(this, oldName);
}