summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.go b/http.go
index d478fff..c1a4b25 100644
--- a/http.go
+++ b/http.go
@@ -57,7 +57,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
log.Info(s)
fmt.Fprintln(w, s)
}
- startHTTP()
return
}