diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-10-07 14:46:52 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-10-07 14:46:52 +0100 |
commit | 7ea2deb67919da59bbeab00e3b4e244c8395ff58 (patch) | |
tree | 60ed1ea99f4529aea0413392985ede513cac05c7 /src/indicator-sound.c | |
parent | 98068e94b4d00c1b5c734797e404ee1bc54a238c (diff) | |
download | ayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.tar.gz ayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.tar.bz2 ayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.zip |
removed the last of the debug's from the indicator side
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); } /*******************************************************************/ |