Skip to content

Commit ca7c10a

Browse files
committed
Delete test code >.>
1 parent d483317 commit ca7c10a

File tree

1 file changed

+0
-8
lines changed
  • bs-dev/src/main/java/net/minecraftforge/bootstrap/dev

1 file changed

+0
-8
lines changed

bs-dev/src/main/java/net/minecraftforge/bootstrap/dev/Util.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,6 @@ private static boolean isMultiRelease(Manifest mf) {
174174
return mf != null && Boolean.parseBoolean(mf.getMainAttributes().getValue(MULTI_RELEASE));
175175
}
176176

177-
public static void main(String[] args) {
178-
var p = Path.of("Z:\\Projects\\Forge_1214\\projects\\forge\\bin\\main");
179-
for (int x = 0; x < 100; x++) {
180-
var mod = findModuleName(p);
181-
System.out.println(mod);
182-
}
183-
}
184-
185177
@SuppressWarnings("unchecked")
186178
static <E extends Throwable, R> R sneak(Exception exception) throws E {
187179
throw (E)exception;

0 commit comments

Comments
 (0)