Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Jul 25, 2024
1 parent 84f874a commit 6e97358
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
..Default::default()
},
));
// OpenTelemetry tracing
let mut metadata = HashMap::new();
metadata.insert(
"x-honeycomb-team".to_string(),
env::var("HONEYCOMB_API_KEY")?,
);
metadata.insert("x-honeycomb-dataset".to_string(), "duckblog".to_string());
tracing_subscriber::fmt().init();
// Load Sponsors
SPONSORS
Expand Down

0 comments on commit 6e97358

Please sign in to comment.