Remove leftover debug logs

This commit is contained in:
Keavon Chambers 2023-03-21 00:41:39 -07:00
parent 834cb1a227
commit 089df947ac
9 changed files with 1 additions and 24 deletions

View file

@ -342,7 +342,7 @@ impl ProtoNetwork {
}
}
}
info!("Sorted order {sorted:?}");
debug!("Sorted order {sorted:?}");
sorted
}*/