Quantcast

Removed debugging output statement

Christopher Tse [11-04-20 - 07:25]
Removed debugging output statement
Filename
ChatBubblePool.lua
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;