Commit a7534951 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent a0f9a4d9
......@@ -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));
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment