summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/web/handlers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/handlers.go b/cmd/web/handlers.go
index 6456e96..667c38b 100644
--- a/cmd/web/handlers.go
+++ b/cmd/web/handlers.go
@@ -2,7 +2,6 @@ package main
import (
"fmt"
- "log"
"net/http"
"text/template"
)