Updated Debian control files and documentation
[mtetherd] / mtetherd.c
index 6305bc7..ec74151 100644 (file)
@@ -85,12 +85,6 @@ static int launch(const char *args[]) {
                fprintf(stderr, "Can't fork external process %s: %s\n", args[0], strerror(errno));
                return -1;
        } else {
-               /*printf("Launching:");
-               size_t a;
-               for (a = 0; args[a]; a++) {
-                       printf(" %s", args[a]);
-               }
-               printf("\n");*/
                int status = 0;
                if (waitpid(pid, &status, WNOHANG) == -1) {
                        fprintf(stderr, "Error waiting for child process completion: %s\n", strerror(errno));