diff --git a/ext/net/ops.rs b/ext/net/ops.rs index 48db797457..c4fb82fb62 100644 --- a/ext/net/ops.rs +++ b/ext/net/ops.rs @@ -366,7 +366,6 @@ fn op_node_unstable_net_listen_udp( where NP: NetPermissions + 'static, { - super::check_unstable(state, "Deno.listenDatagram"); net_listen_udp::(state, addr, reuse_address) }