Skip to content

Commit

Permalink
[EpicsDAO#21] remove dbg statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCir committed Oct 11, 2022
1 parent 97eeb3c commit 02d3aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use std::{fs::File, io::Read, path::Path};
mod integration_test;

fn assert_file_equality(resource_dir: &Path, tmp_dir: &Path, path: &str) {
dbg!(&resource_dir);
dbg!(&path);
let mut resource_file = File::open(resource_dir.join(path)).unwrap();

let mut tmp_file = File::open(tmp_dir.join(path)).unwrap();
Expand Down

0 comments on commit 02d3aad

Please sign in to comment.