summaryrefslogtreecommitdiffstats
path: root/src/e_redirs.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 19:37:37 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 19:37:37 +0200
commite29c1e07a7badb655145d04ca8f9a468b796b67c (patch)
treeae1ec8547079cbee80dc969193c5dcd072ea23a4 /src/e_redirs.c
parentTODO update (diff)
download42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.gz
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.bz2
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.xz
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.zst
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.zip
In progress
Diffstat (limited to 'src/e_redirs.c')
-rw-r--r--src/e_redirs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/e_redirs.c b/src/e_redirs.c
index 474e043..7416349 100644
--- a/src/e_redirs.c
+++ b/src/e_redirs.c
@@ -67,7 +67,6 @@ void e_dup_redirs(const t_com *com, t_msh *msh)
ptr = com->rdr;
while (ptr != NULL)
{
- ft_printf("PATH: [%s]; FD: [%d]; RDR: [%hhd]\n", ptr->path, ptr->fd, ptr->redir);
if (ptr->redir == -1)
{
e_redir_minus_one(ptr, msh);