Skip to content

Commit b487c1e

Browse files
committed
fixes
1 parent 0c3e90e commit b487c1e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • adapters/klab.ogc/src/main/java/org/integratedmodelling/klab/stac

adapters/klab.ogc/src/main/java/org/integratedmodelling/klab/stac/STACEncoder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,6 @@ public boolean test(HMStacAsset asset) { // Assuming for now that "eo:bands" wou
516516
if (!CRS.equalsIgnoreMetadata(
517517
coverage.getCoordinateReferenceSystem(),
518518
targetCRS)) {
519-
520-
System.out.println("Resampling! Found " + coverage.getCoordinateReferenceSystem()
521-
+ " Resampling to " + targetCRS);
522519

523520
coverage = (GridCoverage2D) Operations.DEFAULT.resample(
524521
coverage,

0 commit comments

Comments
 (0)