Update verify.c

[skip ci]
This commit is contained in:
DavidXanatos 2023-08-05 18:46:49 +02:00
parent 473784cbe3
commit 89236e51e7
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);
}
}