Code

Removed debug line
authorMatthias Eble <psychotrahe@users.sourceforge.net>
Tue, 12 Jun 2007 07:13:02 +0000 (07:13 +0000)
committerMatthias Eble <psychotrahe@users.sourceforge.net>
Tue, 12 Jun 2007 07:13:02 +0000 (07:13 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c

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;