Skip to content

Commit f0b7fd1

Browse files
authored
Update Storage.cs
1 parent 60c539e commit f0b7fd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Storage.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ private static void Setup()
1919
.Where(x => x is ILoadable)
2020
.Cast<ILoadable>()
2121
.ToArray();
22-
23-
Debug.LogError($"Assets count: {_assets.Length}");
2422
}
2523

2624
public static T Get<T>() where T : ILoadable

0 commit comments

Comments
 (0)