diff options
Diffstat (limited to 'src/ft_p_line.c')
-rw-r--r-- | src/ft_p_line.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_p_line.c b/src/ft_p_line.c index b827503..b1ba6b2 100644 --- a/src/ft_p_line.c +++ b/src/ft_p_line.c @@ -41,7 +41,6 @@ void { count -= 1; } - ft_printf("%lu\n", count); if (ft_p_lcom(line, count, msh) < 0) { ft_s_destroy(msh); |