aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-09-09 15:32:49 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-09-09 15:32:49 +0200
commit9e857c3e55be6a7f2bb30f1edbdf94f3f97c8ba7 (patch)
tree9dab360b74ba642606d9562edbddb8ee4caa4761
parentbb3936226c41048e4c16e9b926d6c9b23629d681 (diff)
downloadlibayatana-indicator-9e857c3e55be6a7f2bb30f1edbdf94f3f97c8ba7.tar.gz
libayatana-indicator-9e857c3e55be6a7f2bb30f1edbdf94f3f97c8ba7.tar.bz2
libayatana-indicator-9e857c3e55be6a7f2bb30f1edbdf94f3f97c8ba7.zip
Remove debug message
-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);