Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Dec 2, 2018
1 parent c7e3792 commit e4b448b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/config/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package config

import (
"fmt"
"log"

"github.com/kelseyhightower/envconfig"
Expand Down Expand Up @@ -75,7 +74,6 @@ func Init() {
User: spec.MongoUser,
Pass: spec.MongoPass,
}
fmt.Println(config.Auth)
}

// GetConfig returns the config
Expand Down

0 comments on commit e4b448b

Please sign in to comment.