diff --git a/linphone-desktop/src/components/notifier/Notifier.cpp b/linphone-desktop/src/components/notifier/Notifier.cpp index 9bde84110..6719504db 100644 --- a/linphone-desktop/src/components/notifier/Notifier.cpp +++ b/linphone-desktop/src/components/notifier/Notifier.cpp @@ -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)); } );