From de0be12ca33bddd7cde71b47650dc755c5f0a630 Mon Sep 17 00:00:00 2001 From: Christopher Tse Date: Thu, 2 Apr 2020 22:12:57 +1100 Subject: [PATCH] Removed print statement --- TotalRP3.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/TotalRP3.lua b/TotalRP3.lua index 125fe11..464d85e 100644 --- a/TotalRP3.lua +++ b/TotalRP3.lua @@ -44,7 +44,6 @@ local function makeBubbleForNPCChat(_, event, message, ...) actualMessage = color .. actualMessage; local chatBubble = RPChatBubbles_createChatBubble() - print("NPC Talk Found! npcName="..npcName); chatBubble:SetName(npcName); chatBubble:SetMessage(actualMessage); if nameColor then -- 1.7.9.5