diff --git a/Assets/Scripts/Lua/CLRBindings/Overworld/LuaGeneralOW.cs b/Assets/Scripts/Lua/CLRBindings/Overworld/LuaGeneralOW.cs index 83618aa85..57be3fcef 100644 --- a/Assets/Scripts/Lua/CLRBindings/Overworld/LuaGeneralOW.cs +++ b/Assets/Scripts/Lua/CLRBindings/Overworld/LuaGeneralOW.cs @@ -95,7 +95,6 @@ [CYFEventFunction] public void SetChoice(DynValue choices, string question = "", //Add the text to the text to print then the SetChoice function with its parameters for (int i = 0; i < finalText.Count; i++) { - Debug.Log(finalText[i]); if (finalText[i] != "\t") textMsgChoice.AddToText(finalText[i] + ((i == finalText.Count - 1) ? "" : "\n")); }