fw: Remove forgotten hexdump

This commit is contained in:
Michael Cardell Widerkrantz 2023-03-16 14:03:11 +01:00
parent 1f10c8e2db
commit 7ce1d9fe06
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ static enum state initial_commands(const struct frame_header *hdr,
copy_name(&rsp[4], CMDLEN_MAXBYTES - 4, *name1);
wordcpy_s(&rsp[8], CMDLEN_MAXBYTES / 4 - 2, (void *)ver, 1);
htif_hexdump(rsp, 12);
fwreply(*hdr, FW_RSP_NAME_VERSION, rsp);
// still initial state
break;