Skip to content

Commit

Permalink
remove silly log
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrakananandi committed May 21, 2024
1 parent 9fa92c9 commit 44d4397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ pub fn repair_remapping(remap_str: &str, resolve_against: Option<&str>) -> Strin
parts[0]
};
let rhs = parts[1];
log::debug!("lhslololol: {lhs} and rhs: {rhs}");
let resolved_path = PathBuf::from(against_path_str)
.join(rhs)
.canonicalize()
Expand Down

0 comments on commit 44d4397

Please sign in to comment.