diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-30 16:10:34 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-30 16:10:34 -0700 |
commit | 668658f383ae43f175a70a0fdca983c64b84fe59 (patch) | |
tree | 56812f16ac72dd0bfb8facf3454df356056a1f8a | |
parent | 19663dd8958f833385470c6d67f1d80923f33fd0 (diff) | |
download | ayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.tar.gz ayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.tar.bz2 ayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.zip |
remove a debug tracer that accidentally got committed
-rw-r--r-- | src/service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index 0ed7d02..4edcd1c 100644 --- a/src/service.c +++ b/src/service.c @@ -1496,7 +1496,6 @@ on_desktop_settings_activated (GSimpleAction * a G_GNUC_UNUSED, #ifdef HAVE_CCPANEL execute_command ("gnome-control-center indicator-datetime"); #else -#error blah execute_command ("gnome-control-center datetime"); #endif } |