Skip to content

Commit

Permalink
fix: remove print settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Dec 14, 2024
1 parent 064c596 commit 89a25a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/cdk-mintd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ async fn main() -> anyhow::Result<()> {
melt_max: settings.ln.max_melt,
};

println!("{:?}", settings);

match settings.ln.ln_backend {
LnBackend::Cln => {
let cln_settings = settings
Expand Down

0 comments on commit 89a25a5

Please sign in to comment.