mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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::<()>();
|
||||
self.poller.send(tx)?;
|
||||
tracing::info!("polling");
|
||||
rx.await.map_err(|_| crate::Error::Channel { send: false })?;
|
||||
tracing::info!("polling unblocked");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue