chore(libs/proxy): remove unused notice message type

This commit is contained in:
Conrad Ludgate
2025-01-02 11:05:29 +00:00
committed by Conrad Ludgate
parent 5c6dc2f695
commit 79b8392d30
4 changed files with 4 additions and 17 deletions

View File

@@ -124,7 +124,6 @@ pub(crate) fn poll_client<C: ClientInnerExt>(
let message = ready!(connection.poll_message(cx));
match message {
Some(Ok(AsyncMessage::Notice(_))) => {}
Some(Ok(AsyncMessage::Notification(notif))) => {
warn!(%session_id, pid = notif.process_id(), channel = notif.channel(), "notification received");
}

View File

@@ -227,7 +227,6 @@ pub(crate) fn poll_client<C: ClientInnerExt>(
let message = ready!(connection.poll_message(cx));
match message {
Some(Ok(AsyncMessage::Notice(_))) => {}
Some(Ok(AsyncMessage::Notification(notif))) => {
warn!(%session_id, pid = notif.process_id(), channel = notif.channel(), "notification received");
}