mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Remove debug print
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user