diff options
| author | Ulf Lilleengen <[email protected]> | 2024-09-04 11:09:27 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-09-04 11:09:27 +0200 |
| commit | aabdd45424ae71550be542a3a62872b33a4e0717 (patch) | |
| tree | 3625e5d976859e89e4ec5909bd785e80b0d9a909 /embassy-net-nrf91 | |
| parent | a6db8678eb5a7c9ebcf6449799b4ff525fe52d5f (diff) | |
remove debug logging
Diffstat (limited to 'embassy-net-nrf91')
| -rw-r--r-- | embassy-net-nrf91/src/context.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net-nrf91/src/context.rs b/embassy-net-nrf91/src/context.rs index 6dda51793..c47b1ade6 100644 --- a/embassy-net-nrf91/src/context.rs +++ b/embassy-net-nrf91/src/context.rs | |||
| @@ -121,7 +121,6 @@ impl<'a> Control<'a> { | |||
| 121 | 121 | ||
| 122 | write!(s, "+CGPADDR: {},", self.cid)?; | 122 | write!(s, "+CGPADDR: {},", self.cid)?; |
| 123 | 123 | ||
| 124 | info!("RES: {:?}", unsafe {core::str::from_utf8_unchecked(res)}); | ||
| 125 | if s.len() > res.len() { | 124 | if s.len() > res.len() { |
| 126 | let res = split_field(&mut res); | 125 | let res = split_field(&mut res); |
| 127 | if res == b"OK" { | 126 | if res == b"OK" { |
