diff --git a/42sh/src/parser/eval_sym.c b/42sh/src/parser/eval_sym.c index accde374..338747fb 100644 --- a/42sh/src/parser/eval_sym.c +++ b/42sh/src/parser/eval_sym.c @@ -6,7 +6,7 @@ /* By: ariard +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/11 16:11:21 by ariard #+# #+# */ -/* Updated: 2017/03/29 16:19:59 by ariard ### ########.fr */ +/* Updated: 2017/03/29 16:34:15 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ @@ -1285,7 +1285,6 @@ int eval_sym(t_list **stack, t_sym new_sym) return (1); head = (*stack)->content; i = 0; - DG("eval %s && %s", read_state(*head), read_state(new_sym)); while (g_stackmatch[i].top) { if (new_sym == g_stackmatch[i].top && *head == g_stackmatch[i].under)