summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-12 04:34:06 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-12 04:34:06 -0400
commit1f8b2ce166e104bca99e4a758bb658dd27d5e4d6 (patch)
tree34824b222593042ce14b6d0aa8d2b7657851cfca /main.go
parent8e7f0c90e096f04b5dbc044c5ffabd87c86848e8 (diff)
downloadgetwtxt-1f8b2ce166e104bca99e4a758bb658dd27d5e4d6.tar.gz
added stdoutLogging bool and related configuration
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
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()