From 71c578d55b3af1b1b7bbdd84fc22157493060533 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Wed, 3 Apr 2024 21:08:14 +0530 Subject: [PATCH] chore: remove print statements --- integration_tests/util.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration_tests/util.go b/integration_tests/util.go index f20607c2..3a9b6e91 100644 --- a/integration_tests/util.go +++ b/integration_tests/util.go @@ -51,9 +51,6 @@ func LndHubTestServiceInit(lndClientMock lnd.LightningClientWrapper) (svc *servi if !ok { dbUri = "postgresql://user:password@localhost/lndhub?sslmode=disable" } - dc := &service.Config{} - fmt.Println("dc.MaxSendAmount") - fmt.Println(dc.MaxSendAmount) c := &service.Config{ DatabaseUri: dbUri, DatabaseMaxConns: 1,