Skip to content

Commit 3b135fe

Browse files
committed
Removed PrintTypes Method
1 parent d5696c0 commit 3b135fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Runtime/SFile.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ public string GetJson()
114114
return JsonConvert.SerializeObject(_data, Formatting.Indented);
115115
}
116116

117-
public void PrintTypes()
118-
{
119-
foreach (var type in _data.Values)
120-
{
121-
Debug.Log(type.GetType().Name);
122-
}
123-
}
124-
125117
public Dictionary<string, object> GetAllRawData()
126118
{
127119
return _data;

0 commit comments

Comments
 (0)