Skip to content

Commit 34a1acd

Browse files
Evalirmikelodder7
authored andcommitted
fix(remappings): do not output debug info (foundry-rs#5752)
1 parent 51c33a9 commit 34a1acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/providers/remappings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl<'a> RemappingsProvider<'a> {
163163
{
164164
// this is an additional safety check for weird auto-detected remappings
165165
if ["lib/", "src/", "contracts/"].contains(&r.name.as_str()) {
166-
println!("- skipping the remapping");
166+
trace!(target: "forge", "- skipping the remapping");
167167
continue
168168
}
169169
insert_closest(&mut lib_remappings, r.context, r.name, r.path.into());

0 commit comments

Comments
 (0)