Skip to content

Commit

Permalink
Merge pull request #22 from ehuss/remove-debug
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
ehuss authored Oct 23, 2023
2 parents 023b524 + aba4c10 commit 71c73c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reg-index/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ pub(crate) fn metadata_reg(
Some(new_name) => (new_name.clone(), Some(dep.name.clone())),
None => (dep.name.clone(), None),
};
println!("dep ={:?} index_url={:?}", dep.registry, index_url);
let registry = dep
.registry
.as_ref()
Expand Down

0 comments on commit 71c73c6

Please sign in to comment.