Skip to content

Commit

Permalink
chore: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Apr 3, 2024
1 parent 5542bde commit 71c578d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration_tests/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71c578d

Please sign in to comment.