8143126: Unwanted System.out in jimage

Reviewed-by: mchung
This commit is contained in:
Jean-Francois Denise 2015-11-17 18:07:32 +01:00
parent 31f7efd560
commit 8938be4ae5

View File

@ -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;
}