From dde150a1fc11832acab76ec0c43a18d363e4642d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 20 Mar 2020 15:00:34 +0100 Subject: Removed bloat --- src/ft_parse_map.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/ft_parse_map.c') diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 785a816..057b053 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -111,15 +111,4 @@ void ft_set_minimap_scale(clist); clist->currlvl += (clist->isdead == 0) ? (1) : (0); close(fd); - - - /* ====== MAP PRINT ====== */ - fd = 0; - ft_printf("=====================\n"); - while (clist->mlist.map[fd]) - { - ft_printf("[%s]\n", clist->mlist.map[fd]); - fd++; - } - ft_printf("\n\n"); } -- cgit v1.2.3