From 5f299f607827c1e7325516ccc0b62b8d98ccdc3c Mon Sep 17 00:00:00 2001 From: Christopher Tse Date: Mon, 13 Apr 2020 12:25:23 +1000 Subject: [PATCH] Removed debugging output statements --- ChatBubblePool.lua | 1 - 1 file changed, 1 deletion(-) 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; -- 1.7.9.5