Skip to content

Commit

Permalink
Merge pull request #2537 from DennisHeimbigner/debugstmt.dmh
Browse files Browse the repository at this point in the history
Turn off extraneous debug output
  • Loading branch information
WardF authored Oct 26, 2022
2 parents 1bbaa66 + 6817dec commit 0237d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdap4/d4chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ NCD4_dechunk(NCD4meta* metadata)
of the first header indicated that checksumming was not in force.
Test for it, and propagate the _DAP4_Checksum_CRC32 attribute later */
metadata->serial.checksumhack = ((hdr.flags & NCD4_NOCHECKSUM_CHUNK) ? 1 : 0);
fprintf(stderr,"checksumhack=%d\n",metadata->serial.checksumhack);
#endif
metadata->serial.remotelittleendian = ((hdr.flags & NCD4_LITTLE_ENDIAN_CHUNK) ? 1 : 0);
/* Again, avoid strxxx operations on dmr */
Expand Down

0 comments on commit 0237d47

Please sign in to comment.