Skip to content

Commit 49ddc95

Browse files
committed
debug log error
1 parent 6ca5b37 commit 49ddc95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/UXF/Scripts/Etc/UXFDataTable.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ public int CountRows()
9595
/// <returns></returns>
9696
public string[] GetCSVLines(CultureInfo culture = null, string decimalFormat = "0.######")
9797
{
98-
UnityEngine.Debug.Log(dict);
99-
10098
culture = culture ?? Thread.CurrentThread.CurrentCulture;
10199
string[] headers = Headers;
102100
string[] lines = new string[CountRows() + 1];

0 commit comments

Comments
 (0)