mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
Remove logging
This commit is contained in:
parent
ef42d14b8c
commit
699e558db9
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue