aboutsummaryrefslogtreecommitdiff
path: root/src/notificationpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notificationpopup.h')
-rw-r--r--src/notificationpopup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notificationpopup.h b/src/notificationpopup.h
index ebb587d..07a63f1 100644
--- a/src/notificationpopup.h
+++ b/src/notificationpopup.h
@@ -133,7 +133,6 @@ protected:
void mouseReleaseEvent(QMouseEvent *event) override {
QWidget::mouseReleaseEvent(event);
if (event->button() == Qt::LeftButton) {
- qDebug() << "noti clicked";
emit notification_clicked();
if (notification)
notification->click();