From 9e857c3e55be6a7f2bb30f1edbdf94f3f97c8ba7 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 9 Sep 2013 15:32:49 +0200 Subject: Remove debug message --- libindicator/indicator-ng.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index 3971129..8d3304b 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -207,8 +207,6 @@ indicator_ng_secondary_activate (IndicatorObject *io, { IndicatorNg *self = INDICATOR_NG (io); - g_message ("secondary: %s", self->secondary_action); - if (self->actions && self->secondary_action) { g_action_group_activate_action (self->actions, self->secondary_action, NULL); -- cgit v1.2.3