Skip to content

Commit 8221a12

Browse files
committed
Removed log of sensitive db url
1 parent 87c858e commit 8221a12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datastore.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ func Simple() *Datastore {
7777
func getDBConnection(settings *Settings) *runner.DB {
7878
//get url from ENV in the following format postgres://user:[email protected]:5432/spaceio")
7979
dbURL := os.Getenv("DATABASE_URL")
80-
log.Info(dbURL)
81-
8280
u, err := url.Parse(dbURL)
8381
if err != nil {
8482
log.Error(err)

0 commit comments

Comments
 (0)