mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Turn off extraneous debug output
This commit is contained in:
parent
1bbaa66f32
commit
6817decd29
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user