Skip to content

Commit

Permalink
Remove debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
dfgHiatus committed Aug 1, 2023
1 parent 275af87 commit e80d321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnityPackageImporter/UnityPackageImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public class UniversalImporterPatch
{
static bool Prefix(ref IEnumerable<string> files)
{
Msg("file size " + files.Count());
List<string> hasUnityPackage = new();
List<string> notUnityPackage = new();
foreach (var file in files)
Expand Down

0 comments on commit e80d321

Please # to comment.