fix: remove print settings

This commit is contained in:
thesimplekid
2024-12-13 14:38:11 +00:00
parent 064c596028
commit 89a25a5666

View File

@@ -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