Skip to content

Commit

Permalink
disable dbgln
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Dec 18, 2024
1 parent 01179db commit 9f53c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rc-zip-monoio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use rc_zip::{

macro_rules! dbgln {
($($tt:tt)*) => {
eprintln!($($tt)*);
}
// eprintln!($($tt)*);
};
}

pub async fn read_zip_from_file(file: &File) -> Result<Archive, Error> {
Expand Down

0 comments on commit 9f53c32

Please sign in to comment.