rm all annoying debug output
This commit is contained in:
parent
438dbaafec
commit
c75eafa553
3 changed files with 5 additions and 5 deletions
|
|
@ -289,7 +289,7 @@ impl Encoder for XMPPCodec {
|
|||
}
|
||||
write!(buf, ">\n").unwrap();
|
||||
|
||||
print!(">> {}", buf);
|
||||
// print!(">> {}", buf);
|
||||
write!(dst, "{}", buf).map_err(|e| io::Error::new(io::ErrorKind::InvalidInput, e))
|
||||
}
|
||||
Packet::Stanza(stanza) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue