mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
Remnoved System.err.println
This commit is contained in:
@@ -582,7 +582,6 @@ abstract class DIBImageReader extends ImageReaderBase {
|
|||||||
|
|
||||||
// Read directory
|
// Read directory
|
||||||
directory = Directory.read(type, imageCount, imageInput);
|
directory = Directory.read(type, imageCount, imageInput);
|
||||||
System.err.println("directory: " + directory);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final DirectoryEntry getEntry(final int pImageIndex) throws IOException {
|
final DirectoryEntry getEntry(final int pImageIndex) throws IOException {
|
||||||
|
Reference in New Issue
Block a user