Remove tracing-subscriber.

We don't need to handle the subscriber directly since we upstreamed this
functionality into Abscissa.
This commit is contained in:
Henry de Valence 2020-02-05 13:15:31 -08:00
parent 8d58dd804f
commit 9273f83761
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -1791,7 +1791,6 @@ dependencies = [
"tracing",
"tracing-futures",
"tracing-log",
"tracing-subscriber",
"zebra-chain",
"zebra-network",
]

View File

@ -19,7 +19,6 @@ futures = "0.3"
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = "0.1"
tracing-log = "0.1"
hyper = "0.13.2"