debug: remove debug prints

This commit is contained in:
Khaïs COLIN 2025-03-04 13:20:50 +01:00 committed by Khaïs COLIN
parent 4bc6c1ab20
commit 14f7e523d3
6 changed files with 7 additions and 26 deletions

View file

@ -6,7 +6,7 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/03 11:40:37 by khais #+# #+# */
/* Updated: 2025/03/03 13:09:12 by khais ### ########.fr */
/* Updated: 2025/03/04 13:27:54 by khais ### ########.fr */
/* */
/* ************************************************************************** */
@ -18,7 +18,6 @@
int main(void)
{
t_wordlist *words = minishell_wordsplit("|");
ft_printf("FINISHED PARSING WORDS!\n");
t_cmdlist *cmd = cmdlist_from_wordlist(words);
assert(cmd == NULL);
return (0);