fix(src/components/notifier/Notifier): remove toto log

This commit is contained in:
Ronan Abhamon 2017-04-19 12:17:33 +02:00
parent a0f9a4d9b7
commit a7534951ed

View file

@ -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));
}
);