Skip to content
Snippets Groups Projects
Commit b68b2e83 authored by Vojtěch Moravec's avatar Vojtěch Moravec
Browse files

Remove unneccessary logging.;

parent 5f00d0f9
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,6 @@ public class VQImageCompressor extends CompressorDecompressorBase implements IIm
try {
voxelData = planeLoader.loadVoxels(options.getQuantizationVector(), voxelLayerRange);
System.out.println("voxelData.length=" + voxelData.length);
} catch (IOException e) {
throw new ImageCompressionException("Unable to load voxels from voxel layer " + voxelLayerRange, e);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment