9
0
Fork 0

remove debug printf

This commit is contained in:
Sascha Hauer 2007-09-24 16:59:07 +02:00
parent d4ba2f9001
commit ddfa0c174e
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ static int run_pipe_real(struct pipe *pi)
return execute_script(child->argv[i], child->argc-i, &child->argv[i]);
}
if ((path = find_execable(child->argv[i]))) {
printf("path: %s\n", path);
ret = execute_script(path, child->argc-i, &child->argv[i]);
free(path);
return ret;