Skip to content

Commit d9a6ef3

Browse files
committed
fix build
1 parent 0b9dcd8 commit d9a6ef3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

libsql-server/src/http/user/listen.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ async fn listen_stream(
158158
);
159159
yield AggregatorEvent::Error(LAGGED_MSG);
160160
},
161-
Err(e) => {
162-
warn!(
163-
namespace = %namespace,
164-
table = %table,
165-
error = %e,
166-
"Unexpected error in listen stream"
167-
);
168-
},
169161
_ => {
170162
debug!(
171163
namespace = %namespace,

0 commit comments

Comments
 (0)