Skip to content

Commit

Permalink
remove from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Oct 17, 2024
1 parent f7daa6a commit 039b2f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirrord/protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ pub struct DnsLookupError {
}

impl From<io::Error> for ResponseError {
#[tracing::instrument(level = Level::TRACE, ret)]
fn from(io_error: io::Error) -> Self {
Self::RemoteIO(RemoteIOError {
raw_os_error: io_error.raw_os_error(),
Expand All @@ -171,7 +170,6 @@ impl From<io::Error> for ResponseError {
}

impl From<ResolveError> for ResponseError {
#[tracing::instrument(level = Level::TRACE, ret)]
fn from(fail: ResolveError) -> Self {
match fail.kind().to_owned() {
ResolveErrorKind::Io(io_fail) => io_fail.into(),
Expand Down

0 comments on commit 039b2f8

Please sign in to comment.