diff options
Diffstat (limited to 'src/c_init.c')
-rw-r--r-- | src/c_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c_init.c b/src/c_init.c index dfb97e3..bb6383d 100644 --- a/src/c_init.c +++ b/src/c_init.c @@ -72,7 +72,6 @@ int16_t i = -1; if (line == NULL) { - ft_printf("qweqwe"); if (!(line = ft_calloc(1, sizeof(char)))) return (-1); } |