We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c858e commit 8221a12Copy full SHA for 8221a12
datastore.go
@@ -77,8 +77,6 @@ func Simple() *Datastore {
77
func getDBConnection(settings *Settings) *runner.DB {
78
//get url from ENV in the following format postgres://user:[email protected]:5432/spaceio")
79
dbURL := os.Getenv("DATABASE_URL")
80
- log.Info(dbURL)
81
-
82
u, err := url.Parse(dbURL)
83
if err != nil {
84
log.Error(err)
0 commit comments