From: Jean-Philippe Orsini Date: Mon, 7 Nov 2011 21:07:36 +0000 (+0000) Subject: removed debug trace... X-Git-Tag: v0.8.0.5~604 X-Git-Url: http://wpitchoune.net/gitweb/?a=commitdiff_plain;h=d054bee80c6a4d5dcf7650cdfbe366cf0eea43ea;p=psensor.git removed debug trace... --- diff --git a/src/main.c b/src/main.c index 3ef7154..6f5f321 100644 --- a/src/main.c +++ b/src/main.c @@ -346,10 +346,6 @@ int main(int argc, char **argv) textdomain(PACKAGE); #endif -#if TUTU - printf("coucou\n"); -#endif - while ((optc = getopt_long(argc, argv, "vhdu:", long_options, NULL)) != -1) { switch (optc) {