mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 00:50:48 +00:00
8143126: Unwanted System.out in jimage
Reviewed-by: mchung
This commit is contained in:
parent
31f7efd560
commit
8938be4ae5
@ -102,7 +102,6 @@ public final class ExtractedImage {
|
||||
}
|
||||
chop = dirPath.toString().length() + 1;
|
||||
this.moduleName = dirPath.getFileName().toString();
|
||||
System.out.println("Module name " + this.moduleName);
|
||||
this.dirPath = dirPath;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user