We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca5b37 commit 49ddc95Copy full SHA for 49ddc95
Assets/UXF/Scripts/Etc/UXFDataTable.cs
@@ -95,8 +95,6 @@ public int CountRows()
95
/// <returns></returns>
96
public string[] GetCSVLines(CultureInfo culture = null, string decimalFormat = "0.######")
97
{
98
- UnityEngine.Debug.Log(dict);
99
-
100
culture = culture ?? Thread.CurrentThread.CurrentCulture;
101
string[] headers = Headers;
102
string[] lines = new string[CountRows() + 1];
0 commit comments