mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
...and removed System.out.. Ouch...
(cherry picked from commit cbe78dc67f099ba5780cece44c54a654ce46380a)
This commit is contained in:
parent
edd523534c
commit
73a58266be
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user