From 65b61769117db371c4ec8fc0094d67b8c1075c1b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 21:02:05 -0500 Subject: dump unused junk Signed-off-by: Jeff Carr --- http.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'http.go') diff --git a/http.go b/http.go index a4144e2..741f949 100644 --- a/http.go +++ b/http.go @@ -38,15 +38,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "OK") return } - if tmp == "/me" { - j, err := dumpJsonClient(r) - if err != nil { - fmt.Fprintln(w, "BAD ZOOT") - return - } - fmt.Fprintln(w, j) - return - } // exit the virtigo daemon & have systemd restart it // this can happen & when it does, access to -- cgit v1.2.3