diff options
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index a7e6f9b..45d2a3d 100644 --- a/plugins/popen.c +++ b/plugins/popen.c | |||
@@ -188,7 +188,6 @@ spopen (const char *cmdstring) | |||
188 | cmd = NULL; | 188 | cmd = NULL; |
189 | 189 | ||
190 | argv[i++] = str; | 190 | argv[i++] = str; |
191 | printf("arg no.%i: %s\n",i,str); | ||
192 | 191 | ||
193 | } | 192 | } |
194 | argv[i] = NULL; | 193 | argv[i] = NULL; |