Removed debug line

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Matthias Eble 2007-06-12 07:13:02 +00:00
parent a25b98d939
commit 15255ec599

View 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;