removed debug traces
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 24 Apr 2014 21:41:13 +0000 (23:41 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 24 Apr 2014 21:41:13 +0000 (23:41 +0200)
src/ui_appindicator.c

index e07ce70..7aa099d 100644 (file)
@@ -220,8 +220,6 @@ static void update_label(struct ui_psensor *ui)
                }
                p++;
        }
-       printf("%s\n", label);
-       printf("%s\n", guide);
 
        app_indicator_set_label(indicator, label, guide);
 }