Skip to content

Commit 797debc

Browse files
authored
Merge pull request #1495 from laurentba/maint-5.x
Delete the print hello when accessing grib2 Type42 data
2 parents 09608af + 501f1bd commit 797debc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grib/src/main/java/ucar/nc2/grib/grib2/Grib2Drs.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ public static class Type42 extends Type0 {
467467
this.compressionOptionsMask = raf.read();
468468
this.blockSize = raf.read();
469469
this.referenceSampleInterval = GribNumbers.uint2(raf);
470-
System.out.println("hello");
471470
}
472471

473472
@Override

0 commit comments

Comments
 (0)