diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go index 3611c05..ef083dc 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,6 @@ import ( const getwtxt = "0.1" func main() { - log.Printf("getwtxt " + getwtxt + "\n") // more precise path-based routing index := mux.NewRouter() |