Removed debugging output statements
Christopher Tse [04-13-20 - 02:25]
Removed debugging output statements
diff --git a/ChatBubblePool.lua b/ChatBubblePool.lua
index d1663ec..102c2ed 100644
--- a/ChatBubblePool.lua
+++ b/ChatBubblePool.lua
@@ -131,7 +131,6 @@ local function moveTail(tail)
elseif newX > bubbleWidth - tailWidth - tail.minX then
newX = bubbleWidth - tailWidth - tail.minX
end
- print( "cursorX=",cursorX, tail.origCursorLoc.x, cursorOffset, origPointWorldCoords.x, newXinWorldCoords, anchoringPointCoords.x, newXinWorldCoords - anchoringPointCoords.x, newX);
local yOffset = 0;
if closestEdge == "BOTTOM" then
yOffset = tail.bottomOffset;