Skip to content

Commit

Permalink
took out println
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Nov 8, 2024
1 parent f307d69 commit c83594b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/weight_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ impl WeightTable {
// Check for duplicates using nested iterators
let unique_mints: HashSet<_> = config_supported_mints.iter().collect();

println!(
"unique_mints: {:?} {:?}",
unique_mints, config_supported_mints
);
if unique_mints.len() != config_supported_mints.len() {
return Err(TipRouterError::DuplicateMintsInTable);
}
Expand Down

0 comments on commit c83594b

Please sign in to comment.