mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 17:08:00 +00:00
Remove erroneous println
This commit is contained in:
@@ -51,7 +51,6 @@ fn calculate_score(_desired: &str, key: &str) -> usize {
|
||||
let snip_size = _desired.len() - truncate;
|
||||
let truncated = &_desired[0..snip_size];
|
||||
if let Some(pos) = key.find(truncated) {
|
||||
println!("pos is {} {}", pos, key);
|
||||
return (47 - pos) + (snip_size * 48);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user