summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml4
1 files changed, 0 insertions, 4 deletions
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 {
35 Kube.Listener { 35 Kube.Listener {
36 filter: Kube.Messages.notification 36 filter: Kube.Messages.notification
37 onMessageReceived: { 37 onMessageReceived: {
38 console.warn("We got a notification: ", message.message)
39 if (message.type == Kube.Notification.Warning) {
40 console.warn("And it's a warning!", message.type)
41 }
42 notificationPopup.notify(message.message); 38 notificationPopup.notify(message.message);
43 } 39 }
44 } 40 }