remove debug logging

This commit is contained in:
Ulf Lilleengen 2024-09-04 11:09:27 +02:00
parent a6db8678eb
commit aabdd45424

View File

@ -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" {