diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
| commit | 6ca8afe419b3eb28d68e24c61b5f25cf8ff0e740 (patch) | |
| tree | b791c937d8ca4c526dcf05cc6af01ed86a42428a /crates/renderer/src/fig.rs | |
| parent | 8525f8d1f9f8ad3ea234ff485652f4f90acc3f56 (diff) | |
Update
Diffstat (limited to 'crates/renderer/src/fig.rs')
| -rw-r--r-- | crates/renderer/src/fig.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/renderer/src/fig.rs b/crates/renderer/src/fig.rs index 66dc229..aa972a4 100644 --- a/crates/renderer/src/fig.rs +++ b/crates/renderer/src/fig.rs @@ -39,9 +39,9 @@ impl Client { } }, Err(e) if e.kind() == std::io::ErrorKind::WouldBlock => { - if self.buf.len() > 0 { - log::error!("error wouldblock: buf is {}", self.buf); - } + // if self.buf.len() > 0 { + // log::error!("error wouldblock: buf is {}", self.buf); + // } None }, Err(e) => panic!("IO error on message bus: {}", e), |
