Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Feb 13, 2024
1 parent d5000de commit 1c40582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions moq-sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ categories = ["multimedia", "network-programming", "web-programming"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
# iroh = ["iroh-net"]

[dependencies]
moq-transport = { path = "../moq-transport" }

Expand Down
1 change: 0 additions & 1 deletion moq-sub/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ async fn main() -> anyhow::Result<()> {
tracing::subscriber::set_global_default(tracer).unwrap();

let config = Config::parse();
log::debug!("config {config:?}");

let (publisher, subscriber) = broadcast::new("");
let out = tokio::io::stdout();
Expand Down

0 comments on commit 1c40582

Please sign in to comment.