Remove logging

This commit is contained in:
Nathan Sobo 2021-07-21 11:21:13 -06:00
parent ef42d14b8c
commit 699e558db9

View file

@ -392,8 +392,6 @@ impl WrapMap {
let mut background_snapshot = self.background_snapshot.clone();
let mut snapshot = background_snapshot.borrow().clone();
log::info!("sync version: {:?}", snapshot.input.version());
if !edits.is_empty() {
self.background_changes_tx
.try_send(Change::Input {