[client] main: remove debug true from if statement

This commit is contained in:
Geoffrey McRae 2023-04-02 20:14:16 +10:00
parent 28e74a73a4
commit b7b302334c

View File

@ -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();