From dd4621ac98b712d92ac1a82486930e93fb65c341 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Mon, 13 Sep 2021 18:30:59 +0200 Subject: [PATCH] fix: Remove unused web-sys/console dependency --- matchbox_socket/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/matchbox_socket/Cargo.toml b/matchbox_socket/Cargo.toml index 63d14688..7faa841e 100644 --- a/matchbox_socket/Cargo.toml +++ b/matchbox_socket/Cargo.toml @@ -26,7 +26,6 @@ wasm-bindgen-futures = { version = "0.4", default-features = false } wasm-bindgen = { version = "0.2", features = [ "serde-serialize" ], default-features = false } js-sys = { version = "0.3", default-features = false } web-sys = { version = "0.3.22", default-features = false, features = [ - "console", # for console::log_1 "MessageEvent", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit",