From ddfa0c174eae92db9576499c4f4eed66765373c8 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 24 Sep 2007 16:59:07 +0200 Subject: remove debug printf --- common/hush.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/hush.c') diff --git a/common/hush.c b/common/hush.c index 3323f88dfa..ced60271cc 100644 --- a/common/hush.c +++ b/common/hush.c @@ -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; -- cgit v1.2.3