From e4b448b26f7622c9e12a20ae1a405d8a6ddaa12e Mon Sep 17 00:00:00 2001 From: Alex Brazier Date: Sun, 2 Dec 2018 23:20:48 +0000 Subject: [PATCH] Remove log --- api/config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/config/config.go b/api/config/config.go index 7cebbbe..cc05f76 100644 --- a/api/config/config.go +++ b/api/config/config.go @@ -1,7 +1,6 @@ package config import ( - "fmt" "log" "github.com/kelseyhightower/envconfig" @@ -75,7 +74,6 @@ func Init() { User: spec.MongoUser, Pass: spec.MongoPass, } - fmt.Println(config.Auth) } // GetConfig returns the config