Skip to content

Commit

Permalink
Hotfix: Remove unnecessary Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed May 15, 2019
1 parent f60f597 commit d1fa6bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Lua/CLRBindings/Overworld/LuaGeneralOW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
Expand Down

1 comment on commit d1fa6bd

@KaanGaming
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for releasing 0.6.3. Very cool.

Please sign in to comment.