From 197cd08fff41f1857bcd35731bbd4233fbd7d11d Mon Sep 17 00:00:00 2001 From: Christopher Tse Date: Wed, 4 Nov 2020 18:25:35 +1100 Subject: [PATCH] Removed debugging output statement --- ChatBubblePool.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChatBubblePool.lua b/ChatBubblePool.lua index d57036c..0879af3 100644 --- a/ChatBubblePool.lua +++ b/ChatBubblePool.lua @@ -434,8 +434,7 @@ function ChatBubblePool.getChatBubble() nameBox:SetText(name); if (name ~= "" ) then nameBox:SetAlpha(1) - else - print("Setting alpha to 0"); + else nameBox:SetAlpha(0); end; end; -- 1.7.9.5