Comment out log.

This commit is contained in:
Josh Mudge 2019-11-12 15:54:17 -07:00
parent e94bb9dbfe
commit 729f908dea
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ package main
import ( import (
"flag" "flag"
"log" //"log"
"net/http" "net/http"
) )