Code

Removed debug line
[nagiosplug.git] / plugins / popen.c
index a7e6f9b2f238c202297c95256f5287f530e47059..45d2a3dc937e19345e4da5605465660f683c6673 100644 (file)
@@ -188,7 +188,6 @@ spopen (const char *cmdstring)
                        cmd = NULL;
 
                argv[i++] = str;
-               printf("arg no.%i: %s\n",i,str);
 
        }
        argv[i] = NULL;