From: Jean-Philippe Orsini Date: Thu, 24 Apr 2014 21:41:13 +0000 (+0200) Subject: removed debug traces X-Git-Tag: v1.0.1~47 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=c771c2718d6c0bfba83ccab0adebcb7eff4a3b20 removed debug traces --- diff --git a/src/ui_appindicator.c b/src/ui_appindicator.c index e07ce70..7aa099d 100644 --- a/src/ui_appindicator.c +++ b/src/ui_appindicator.c @@ -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); }