Skip to content

Commit

Permalink
Remove HashMap println! in set_functions call
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Aug 20, 2024
1 parent 29b4f16 commit 3113e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ impl TraceMap {
}

pub fn set_functions(&mut self, functions: HashMap<PathBuf, Vec<Function>>) {
println!("{:?}", functions);
self.functions = functions;
}

Expand Down

0 comments on commit 3113e58

Please sign in to comment.