removed a test print

This commit is contained in:
pingu7867 2023-05-13 13:43:06 -04:00 committed by GitHub
parent 445b08012c
commit 10b432ea33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,7 +368,6 @@ function pace.EnableView(b)
pac.AddHook("CalcView", "camera_part", function(ply, pos, ang, fov, nearz, farz)
for _, part in pairs(pac.GetLocalParts()) do
if part:IsValid() and part.ClassName == "camera" then
print(part)
part:CalcShowHide()
local temp = {}
if not part:IsHidden() then