summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_h.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/b_h.c b/src/b_h.c
index 3acee67..60e80ca 100644
--- a/src/b_h.c
+++ b/src/b_h.c
@@ -33,7 +33,6 @@ static void b_print_history(const char arg[], t_msh *msh)
if ((prev_hist = ft_strdup(msh->prev_hist)) == NULL)
return ;
tok = ft_strtok(prev_hist, "\n");
- ft_printf("qwqwe\n");
while (tok != NULL)
{
ft_printf("%-5u %s\n", i, tok);