From cde31a10ed89a8c4c73f07f8460f244fca880df2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 May 2017 17:14:50 +0200 Subject: Fixed notifications --- components/kube/contents/ui/Kube.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index ca3af1b9..438666d0 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -35,10 +35,6 @@ Controls2.ApplicationWindow { Kube.Listener { filter: Kube.Messages.notification onMessageReceived: { - console.warn("We got a notification: ", message.message) - if (message.type == Kube.Notification.Warning) { - console.warn("And it's a warning!", message.type) - } notificationPopup.notify(message.message); } } -- cgit v1.2.3