mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +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)?;
|
write!(s, "+CGPADDR: {},", self.cid)?;
|
||||||
|
|
||||||
info!("RES: {:?}", unsafe {core::str::from_utf8_unchecked(res)});
|
|
||||||
if s.len() > res.len() {
|
if s.len() > res.len() {
|
||||||
let res = split_field(&mut res);
|
let res = split_field(&mut res);
|
||||||
if res == b"OK" {
|
if res == b"OK" {
|
||||||
|
Loading…
Reference in New Issue
Block a user