diff options
-rw-r--r-- | ext/net/ops.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/net/ops.rs b/ext/net/ops.rs index 48db79745..c4fb82fb6 100644 --- a/ext/net/ops.rs +++ b/ext/net/ops.rs @@ -366,7 +366,6 @@ fn op_node_unstable_net_listen_udp<NP>( where NP: NetPermissions + 'static, { - super::check_unstable(state, "Deno.listenDatagram"); net_listen_udp::<NP>(state, addr, reuse_address) } |