summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go9
1 files changed, 0 insertions, 9 deletions
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