summaryrefslogtreecommitdiff
path: root/src/tray.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/tray.vala')
-rw-r--r--src/tray.vala1
1 files changed, 0 insertions, 1 deletions
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();