Remove stray print

This commit is contained in:
Fesiug 2023-12-10 04:16:39 -05:00
parent 60e1c68a93
commit d1da58d9b7
1 changed files with 0 additions and 1 deletions

View File

@ -915,7 +915,6 @@ hook.Add( "HUDPaint", "Benny_HUDPaint", function()
-- PROTO: Get interp values
local interpr = GetConVarNumber( "cl_interp_ratio" )/GetConVarNumber( "cl_cmdrate" )
local interp = GetConVarNumber( "cl_interp" )
print( interpr, interp )
wr = wr - math.max( interpr, interp )
local r_w, r_h = ss(8), ss(72)