mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
remove debug logging
This commit is contained in:
parent
a6db8678eb
commit
aabdd45424
@ -121,7 +121,6 @@ impl<'a> Control<'a> {
|
||||
|
||||
write!(s, "+CGPADDR: {},", self.cid)?;
|
||||
|
||||
info!("RES: {:?}", unsafe {core::str::from_utf8_unchecked(res)});
|
||||
if s.len() > res.len() {
|
||||
let res = split_field(&mut res);
|
||||
if res == b"OK" {
|
||||
|
Loading…
Reference in New Issue
Block a user