From e1a6f2e0a9513e5107e640edbf6bdeb67b222516 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 28 Jul 2024 18:20:43 -0300 Subject: [PATCH] remove printscores. --- render_event.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/render_event.go b/render_event.go index b69a394..f9dbf1d 100644 --- a/render_event.go +++ b/render_event.go @@ -16,7 +16,6 @@ import ( "github.com/nbd-wtf/go-nostr" "github.com/nbd-wtf/go-nostr/nip05" "github.com/nbd-wtf/go-nostr/nip19" - "github.com/nbd-wtf/nostr-sdk/hints/memory" "github.com/pelletier/go-toml" ) @@ -30,8 +29,6 @@ func isValidShortcode(s string) bool { } func renderEvent(w http.ResponseWriter, r *http.Request) { - sys.Hints.(*memory.HintDB).PrintScores() - code := r.URL.Path[1:] // hopefully a nip19 code // it's the homepage