Skip to content

Commit

Permalink
chore: remove print lines
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jul 15, 2024
1 parent d540a82 commit 622c5af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/nostr/nostr.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"http-nostr/migrations"
"net/http"
"os"
Expand Down Expand Up @@ -1006,9 +1005,6 @@ func (svc *Service) subscriptionToFilter(subscription *Subscription) (*nostr.Fil
}

func (svc *Service) getWalletPubkey(authors *[]string) string {
fmt.Println("authors")
fmt.Println(authors)
fmt.Println("authors")
if authors != nil && len(*authors) > 0 {
return (*authors)[0]
}
Expand Down

0 comments on commit 622c5af

Please sign in to comment.