mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
debug: remove debug prints
This commit is contained in:
parent
4bc6c1ab20
commit
14f7e523d3
6 changed files with 7 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue