From fc09b269240ed2716c7949b1f73133a9c01ae107 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 23 May 2024 14:56:54 +0200 Subject: clean up small things --- src/tray.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tray.vala') diff --git a/src/tray.vala b/src/tray.vala index 502e387..942d230 100644 --- a/src/tray.vala +++ b/src/tray.vala @@ -75,7 +75,6 @@ public class Tray : Object { proxy.notify["g-name-owner"].connect( () => { _items.foreach((service, _) => { - print("%s\n", service); item_removed(service); }); _items.remove_all(); -- cgit v1.2.3