removed debug eprintf

This commit is contained in:
Maieul BOYER 2024-02-08 14:34:02 +01:00
parent ed0c78d8a2
commit ebf62307e6
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/11 16:26:04 by maiboyer #+# #+# */
/* Updated: 2024/02/02 22:34:51 by maiboyer ### ########.fr */
/* Updated: 2024/02/08 14:30:21 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,7 +39,6 @@ void rotate_b(t_state *s)
void rotate_both(t_state *s)
{
me_eprintf("BOTHHHHHH!!!!");
rotate_inner(&s->stack_a, "Rotate Both", NULL);
rotate_inner(&s->stack_b, "Rotate Both", "rr");
}