tweak(es_extended/client/main): remove debug print

This commit is contained in:
Kasey FItton
2024-10-24 13:58:47 +01:00
parent a0e77986e0
commit 9e69c5b71f
-1
View File
@@ -151,7 +151,6 @@ local function ApplyConfig()
-- RemoveHudComponents
for i = 1, #Config.RemoveHudComponents do
if Config.RemoveHudComponents[i] then
print(GetHudComponentName(i))
SetHudComponentSize(i, 0.0, 0.0)
end
end