summaryrefslogtreecommitdiffstats
path: root/src/p_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_args.c')
-rw-r--r--src/p_args.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_args.c b/src/p_args.c
index b449ba3..383700f 100644
--- a/src/p_args.c
+++ b/src/p_args.c
@@ -168,7 +168,6 @@ char
while (redir > 0 && ft_isdigit(word[i]) == TRUE)
i--;
word[i] = C_NUL;
- ft_printf("[%s]\n", word);
if ((words = p_split_words_no_rdr(word)) == NULL)
return (NULL);
return (words);