Skip to content

Commit

Permalink
remove dbg (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosaliedewinther authored Apr 14, 2023
1 parent a832ef0 commit 8d0ab01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ fn read_grid<R: Read + Seek, ExpectedTy: Pod + std::fmt::Debug>(
}
gd.meta_data = read_metadata(reader)?;

dbg!(&gd);

read_grid_impl::<_, ExpectedTy>(header, reader, gd)
}

Expand Down Expand Up @@ -550,8 +548,6 @@ pub fn read_vdb<R: Read + Seek, ExpectedTy: Pod + std::fmt::Debug>(
grid_count,
};

dbg!(&header);

read_grid(header, reader)
}

Expand Down

0 comments on commit 8d0ab01

Please sign in to comment.