diff --git a/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs b/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs index 3fa97ce2..db72b24c 100644 --- a/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs +++ b/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs @@ -27,8 +27,6 @@ namespace Fungus bool ParseCSV(string text) { - Debug.Log (text); - CsvParser csvParser = new CsvParser(); string[][] csvTable = csvParser.Parse(text);