aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-ng.c2
1 files changed, 0 insertions, 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);