Clean up debug logging.
This commit is contained in:
parent
ad3fd0207e
commit
fe8bf35c88
@ -829,10 +829,6 @@ pub(super) fn mudoutput_subnegotiation_environ<'gc>(
|
|||||||
match cmd {
|
match cmd {
|
||||||
SEND_CMD => {
|
SEND_CMD => {
|
||||||
let mut requested_env = parse_environ_sendcmd(&msg)?;
|
let mut requested_env = parse_environ_sendcmd(&msg)?;
|
||||||
console::log_1(&JsValue::from_str(&format!(
|
|
||||||
"Environment request of length: {}",
|
|
||||||
requested_env.len()
|
|
||||||
)));
|
|
||||||
if requested_env.is_empty() {
|
if requested_env.is_empty() {
|
||||||
requested_env = environ
|
requested_env = environ
|
||||||
.iter()
|
.iter()
|
||||||
@ -843,10 +839,6 @@ pub(super) fn mudoutput_subnegotiation_environ<'gc>(
|
|||||||
})
|
})
|
||||||
.collect::<anyhow::Result<Vec<_>>>()?;
|
.collect::<anyhow::Result<Vec<_>>>()?;
|
||||||
}
|
}
|
||||||
console::log_1(&JsValue::from_str(&format!(
|
|
||||||
"After expansion, environment request of length: {}",
|
|
||||||
requested_env.len()
|
|
||||||
)));
|
|
||||||
|
|
||||||
let mut buf: Vec<u8> = vec![];
|
let mut buf: Vec<u8> = vec![];
|
||||||
buf.push(IS_CMD);
|
buf.push(IS_CMD);
|
||||||
|
Loading…
Reference in New Issue
Block a user