Skip to content

Commit

Permalink
removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert authored Aug 24, 2023
1 parent 0e3cda6 commit 052747a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/saverestore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ bool_t xdr_set_gdl_pos(XDR *x, long int y){

inline uint64_t updateNewRecordHeader(XDR *xdrs, uint64_t cur) {
uint64_t next = xdr_get_gdl_pos(xdrs);
std::cerr<<"updateNewRecordHeader : was at "<<next<<", cur is "<<cur<<std::endl;
//dirty trick for compression: write uncompressed, rewind, read what was just written, compress, write over, reset positions.
if (save_compress)
{
Expand Down

0 comments on commit 052747a

Please sign in to comment.