Skip to content

Commit 776c3ee

Browse files
committed
Update Polymod.hx
1 parent 7552af1 commit 776c3ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

polymod/Polymod.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,6 @@ class ModMetadata
10221022
m.dependencies = JsonHelp.mapModDependency(json, 'dependencies');
10231023
m.optionalDependencies = JsonHelp.mapModDependency(json, 'optionalDependencies');
10241024

1025-
trace(m.dependencies);
1026-
10271025
return m;
10281026
}
10291027
}

0 commit comments

Comments
 (0)