mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14: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
|
if isStarted(script.targetName) then
|
||||||
debugPrint("^6Bridge^7: ^2Creating new ^3Sphere ^2target with ^6"..script.targetName.." ^7"..data[1])
|
debugPrint("^6Bridge^7: ^2Creating new ^3Sphere ^2target with ^6"..script.targetName.." ^7"..data[1])
|
||||||
local target = script.circleTarget(data, opts, dist)
|
local target = script.circleTarget(data, opts, dist)
|
||||||
print(target)
|
|
||||||
circleTargets[#circleTargets + 1] = target
|
circleTargets[#circleTargets + 1] = target
|
||||||
return target
|
return target
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user