mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: remove tracing
This commit is contained in:
parent
3197c083bf
commit
9d349e1b1e
1 changed files with 0 additions and 2 deletions
|
@ -80,9 +80,7 @@ impl Controller<TextChange> for BufferController {
|
||||||
}
|
}
|
||||||
let (tx, rx) = oneshot::channel::<()>();
|
let (tx, rx) = oneshot::channel::<()>();
|
||||||
self.poller.send(tx)?;
|
self.poller.send(tx)?;
|
||||||
tracing::info!("polling");
|
|
||||||
rx.await.map_err(|_| crate::Error::Channel { send: false })?;
|
rx.await.map_err(|_| crate::Error::Channel { send: false })?;
|
||||||
tracing::info!("polling unblocked");
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue