removed debug eprintf
This commit is contained in:
parent
ed0c78d8a2
commit
ebf62307e6
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue