diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-14 13:21:27 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-14 13:21:27 -0500 |
commit | 914258f0839fefecfd8498aaabbcfd9de1c6f79d (patch) | |
tree | db21610ff6fe8b00111104e488b4095b903a8a48 /src/idolocationmenuitem.c | |
parent | 17c7bd1fdee7794a8c324263db5ad8a2d41fe51e (diff) | |
download | ayatana-ido-914258f0839fefecfd8498aaabbcfd9de1c6f79d.tar.gz ayatana-ido-914258f0839fefecfd8498aaabbcfd9de1c6f79d.tar.bz2 ayatana-ido-914258f0839fefecfd8498aaabbcfd9de1c6f79d.zip |
remove g_message that leaked into last commit
Diffstat (limited to 'src/idolocationmenuitem.c')
-rw-r--r-- | src/idolocationmenuitem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c index 1752e64..6646d12 100644 --- a/src/idolocationmenuitem.c +++ b/src/idolocationmenuitem.c @@ -139,7 +139,6 @@ calculate_seconds_until_next_minute (void) g_date_time_unref (next); g_date_time_unref (now); - g_message ("%s %s the next minute will be here in %u seconds", G_STRLOC, G_STRFUNC, seconds); return seconds; } |