From a7534951ed4159a727c16395074564d1f9dc58dc Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 19 Apr 2017 12:17:33 +0200 Subject: [PATCH] fix(src/components/notifier/Notifier): remove `toto` log --- linphone-desktop/src/components/notifier/Notifier.cpp | 1 - 1 file changed, 1 deletion(-) 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)); } );