Update verify.c

[skip ci]
This commit is contained in:
DavidXanatos 2023-08-05 18:21:04 +02:00
parent e945290867
commit 8e1f82801f
1 changed files with 1 additions and 1 deletions

View File

@ -996,6 +996,6 @@ void InitFwUuid()
ptr = hexbyte(uuid[i], ptr);
*ptr++ = 0;
DbgPrint("sbie FW-UUID: %S\n", g_uuid_str);
//DbgPrint("sbie FW-UUID: %S\n", g_uuid_str);
}
}