From 2afbb545027568fccc85853e18af02a7c6b2929e Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 16 May 2023 16:03:51 +0800 Subject: *misc --- WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs b/WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs index b24a8c7..09f810c 100644 --- a/WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs +++ b/WorldlineKeepers/Assets/Scripts/Tests/TestCSV.cs @@ -54,11 +54,11 @@ namespace WK styled.AppendLine(); } - Debug.Log(styled.ToString()); // Unity + LogHelper.Log(styled.ToString()); // Unity Console.WriteLine(styled.ToString()); // C# List stats = CSVReader.Read(text.text); - Debug.Log(stats.Count); + LogHelper.Log(stats.Count); } -- cgit v1.1-26-g67d0