From b7b302334caf8931262efba864ab5780a98b11ee Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 2 Apr 2023 20:14:16 +1000 Subject: [PATCH] [client] main: remove debug `true` from if statement --- client/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index 6f9b275f..8cc3673a 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1632,7 +1632,7 @@ restart: "This will result in a degredation of latency sensitive tasks" " including the use of Looking Glass"); - if (hostIsAMD || true) + if (hostIsAMD) DEBUG_WARN("As you have an AMD CPU, please be sure you have enabled" " the `topoext` cpu feature flag for your virtual machine"); DEBUG_BREAK();