Skip to content

Commit

Permalink
chore: remove print ln
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Feb 12, 2024
1 parent 466ba15 commit 6958610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strike.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func (svc *StrikeOAuthService) LookupInvoice(ctx context.Context, senderPubkey s
timeNow := time.Now().Unix()
transaction.SettledAt = &timeNow
}
fmt.Println(transaction)
return transaction, nil
}

Expand Down

0 comments on commit 6958610

Please sign in to comment.