removed debug trace...
[psensor.git] / src / main.c
index 3ef7154..6f5f321 100644 (file)
@@ -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) {