remove local debugging webrtc patches

This commit is contained in:
Scott Lamb 2022-07-15 16:14:53 -07:00
parent 692bfaa04e
commit a7942f723f

View File

@ -45,11 +45,6 @@ tokio = { version = "1.5.0", features = ["io-util", "macros", "rt-multi-thread",
[profile.bench]
debug = true
[patch.crates-io]
rtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/rtp" }
webrtc = { path = " ../../../crates/webrtc-rs/webrtc" }
webrtc-srtp = { path = " ../../../crates/webrtc-rs/webrtc/crates/srtp" }
[[bench]]
name = "client"
harness = false