Skip to content

Commit ae49447

Browse files
committed
Remove debug code
1 parent 9bb876a commit ae49447

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/NativeImageResourceFileSystemProviderTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -615,10 +615,6 @@ public void testURLExternalFormEquivalence() {
615615
Assert.assertTrue("ClassLoader.getSystemResources(\"module-info.class\") must return many module-info.class URLs",
616616
urlList.size() > 3);
617617

618-
for (URL url : urlList) {
619-
System.out.println(url);
620-
}
621-
622618
URL thirdEntry = urlList.get(2);
623619
String thirdEntryExternalForm = thirdEntry.toExternalForm();
624620
URL thirdEntryFromExternalForm = null;

0 commit comments

Comments
 (0)