mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 05:42:58 +00:00
[client] main: remove debug true
from if statement
This commit is contained in:
parent
28e74a73a4
commit
b7b302334c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue