mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(src/components/notifier/Notifier): remove toto log
This commit is contained in:
parent
a0f9a4d9b7
commit
a7534951ed
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ void Notifier::showNotification (QObject *notification, int timeout) {
|
|||
// Destroy it after timeout.
|
||||
QObject::connect(
|
||||
timer, &QTimer::timeout, this, [this, notification]() {
|
||||
qDebug() << "toto";
|
||||
deleteNotification(QVariant::fromValue(notification));
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue