aboutsummaryrefslogtreecommitdiff
path: root/user.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-19 19:26:49 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-19 19:26:49 +0900
commite4fabf6e618b5045efec2629cb5d7b5bf73677e8 (patch)
tree106cc328c67308d8229278e782add52a1f2d75f2 /user.cpp
parent55e0375851c439c97fc353c61d7c8b2b19485082 (diff)
downloadlibquotient-e4fabf6e618b5045efec2629cb5d7b5bf73677e8.tar.gz
libquotient-e4fabf6e618b5045efec2629cb5d7b5bf73677e8.zip
Don't log renames
This causes enormous traffic in the logs upon every startup when main.debug logs are on.
Diffstat (limited to 'user.cpp')
-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);
}