From 8e1f82801f40bb60b09986b91ad644c9f04da177 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:21:04 +0200 Subject: [PATCH] Update verify.c [skip ci] --- Sandboxie/core/drv/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sandboxie/core/drv/verify.c b/Sandboxie/core/drv/verify.c index 10a0aa83..accbd9d8 100644 --- a/Sandboxie/core/drv/verify.c +++ b/Sandboxie/core/drv/verify.c @@ -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); } } \ No newline at end of file