mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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:
parent
a25b98d939
commit
15255ec599
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ spopen (const char *cmdstring)
|
|||
cmd = NULL;
|
||||
|
||||
argv[i++] = str;
|
||||
printf("arg no.%i: %s\n",i,str);
|
||||
|
||||
}
|
||||
argv[i] = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue