aboutsummaryrefslogtreecommitdiff
path: root/endpoint_index.go
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint_index.go')
-rw-r--r--endpoint_index.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/endpoint_index.go b/endpoint_index.go
index 7376f76..6b21d19 100644
--- a/endpoint_index.go
+++ b/endpoint_index.go
@@ -22,7 +22,6 @@ package main
import (
"errors"
- "log"
"net/http"
"sync/atomic"
)
@@ -50,7 +49,6 @@ func handleIndex(w http.ResponseWriter, req *http.Request) (string, int, error)
},
)
if err2 != nil {
- log.Println(err2)
return "", -1, wrapError(errCannotWriteTemplate, err2)
}
return "", -1, nil