diff --git a/simplehttpserver.go b/simplehttpserver.go index 1ad66e8..f03f258 100644 --- a/simplehttpserver.go +++ b/simplehttpserver.go @@ -6,7 +6,6 @@ import ( "flag" "fmt" "io/ioutil" - "log" "net" "net/http" "net/http/httputil"