Skip to content

Commit

Permalink
Fixed acording to review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavToft committed Oct 1, 2024
1 parent f533347 commit c067761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/asynch/control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl<'a, const INGRESS_BUF_SIZE: usize> atat::asynch::AtatClient
.wait_response(Duration::from_millis(Cmd::MAX_TIMEOUT_MS.into()))
.await?;
let response: &atat::Response<INGRESS_BUF_SIZE> = &response.borrow();
info!("response: {:?}", defmt::Debug2Format(&response));
cmd.parse(response.into())
}
}
Expand Down
1 change: 0 additions & 1 deletion src/asynch/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ where
else {
return Err(Error::Network);
};
info!("Network status changed");

let NetworkStatusResponse {
status: NetworkStatus::IPv4Address(ipv4),
Expand Down

0 comments on commit c067761

Please sign in to comment.