mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
...and removed System.out.. Ouch...
This commit is contained in:
@@ -13,7 +13,6 @@ final class PCXMetadata extends StandardImageMetadataSupport {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static PlanarConfiguration planarConfiguration(PCXHeader header) {
|
private static PlanarConfiguration planarConfiguration(PCXHeader header) {
|
||||||
System.out.println("header = " + header);
|
|
||||||
return header.getChannels() > 1 ? PlanarConfiguration.LineInterleaved : null;
|
return header.getChannels() > 1 ? PlanarConfiguration.LineInterleaved : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user