mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
fix(runtime/websocket): remove eprintln (#8817)
This commit is contained in:
parent
ffb5f7a4e1
commit
37fd0836d0
@ -240,7 +240,6 @@ pub async fn op_ws_send(
|
||||
.ok_or_else(bad_resource_id)?;
|
||||
let mut tx = RcRef::map(&resource, |r| &r.tx).borrow_mut().await;
|
||||
tx.send(msg).await?;
|
||||
eprintln!("sent!");
|
||||
Ok(json!({}))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user