Skip to content

Commit

Permalink
remove eprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
twuebi committed Nov 21, 2024
1 parent f1347b8 commit ea96b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/iceberg-catalog-bin/src/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ async fn serve_inner<A: Authorizer>(
)
})
.ok();
eprintln!("{k8s_token_verifier:?}");

let router = new_full_router::<PostgresCatalog, _, Secrets>(RouterArgs {
authorizer: authorizer.clone(),
Expand Down

0 comments on commit ea96b06

Please sign in to comment.