remove debug print

This commit is contained in:
Dustin J. Mitchell
2021-10-24 21:29:28 -04:00
parent 2e65d172cd
commit 5bae2b6464

View File

@@ -188,7 +188,6 @@ pub(crate) fn add_version<'a>(
}
};
println!("{:?}", client.snapshot);
let version_urgency = match client.snapshot {
None => SnapshotUrgency::High,
Some(Snapshot { versions_since, .. }) => {