From 178eca9d786caa5249a29de5218638da9bf224c9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 28 Jan 2020 16:37:12 +0100 Subject: Good for now, I'll continue later --- src/ft_get_sprite.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ft_get_sprite.c') diff --git a/src/ft_get_sprite.c b/src/ft_get_sprite.c index f1fa73f..b412442 100644 --- a/src/ft_get_sprite.c +++ b/src/ft_get_sprite.c @@ -9,6 +9,5 @@ ft_get_sprite(char **words, t_cub *clist) ft_memdel(clist->sprite_path); if (!(clist->sprite_path = ft_strdup(*(words + 1)))) return (-1); - ft_printf("{%s}\n", clist->sprite_path); return (0); } -- cgit v1.2.3