mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[client] main: remove debug true
from if statement
This commit is contained in:
parent
28e74a73a4
commit
b7b302334c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user