diff --git a/42sh/libft b/42sh/libft index b209bb1f..69084091 160000 --- a/42sh/libft +++ b/42sh/libft @@ -1 +1 @@ -Subproject commit b209bb1fb718a68256253d5ab5ff69a46a90d5d6 +Subproject commit 690840914077a838e13238356db33e35127baa7d diff --git a/42sh/src/main/main.c b/42sh/src/main/main.c index a5fb2b2e..c3c3b81b 100644 --- a/42sh/src/main/main.c +++ b/42sh/src/main/main.c @@ -70,7 +70,7 @@ int handle_instruction(int fd) return (error_syntax(&token, &parser, &ast)); } } - ft_show_heredoc_data(&ast); + /* ft_show_heredoc_data(&ast); */ btree_print(STDBUG, ast, &ft_putast); if (ft_exec(&ast)) return (1);