Remove debug print

This commit is contained in:
Jim Shield
2025-09-21 12:09:12 +01:00
parent 3ac65d4630
commit 54b1280bef

View File

@@ -394,7 +394,6 @@ function createCircleTarget(data, opts, dist)
if isStarted(script.targetName) then
debugPrint("^6Bridge^7: ^2Creating new ^3Sphere ^2target with ^6"..script.targetName.." ^7"..data[1])
local target = script.circleTarget(data, opts, dist)
print(target)
circleTargets[#circleTargets + 1] = target
return target
end