Skip to content

Commit

Permalink
fix: Remove unused web-sys/console dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Sep 13, 2021
1 parent 781116c commit dd4621a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd4621a

Please sign in to comment.