Remove debug message

This commit is contained in:
Tobias Fella
2020-11-17 19:39:00 +01:00
parent fc0ed1d137
commit 92569a8869

View File

@@ -17,7 +17,6 @@ void NeoChatUser::setDefaultName(QString defaultName)
rename(defaultName); rename(defaultName);
connect(this, &Quotient::User::defaultNameChanged, this, [this]() { connect(this, &Quotient::User::defaultNameChanged, this, [this]() {
m_defaultName = ""; m_defaultName = "";
qDebug() << "asdf";
Q_EMIT nameChanged(); Q_EMIT nameChanged();
}); });
} }