summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-cli.c')
-rw-r--r--com32/hdt/hdt-cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c
index 1a6997a1..7a710a10 100644
--- a/com32/hdt/hdt-cli.c
+++ b/com32/hdt/hdt-cli.c
@@ -782,7 +782,6 @@ void start_auto_mode(struct s_hardware *hardware)
void print_history()
{
- printf("History\n");
for (int i = 1; i < MAX_HISTORY_SIZE - 1; i++) {
if (i == hdt_cli.history_pos) {
printf("*%d:'%s'\n", i, hdt_cli.history[i]);