diff options
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 05b6eca..13f1529 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -591,7 +591,7 @@ fetch_mute_value_from_dbus() update_state(STATE_MUTED); } g_free(mute_input); - g_debug("at the indicator start up and the MUTE returned from dbus method is %i", initial_mute); + //g_debug("at the indicator start up and the MUTE returned from dbus method is %i", initial_mute); } /*******************************************************************/ |