Skip to content

Commit

Permalink
cmd: Remove stray log lines (#1581)
Browse files Browse the repository at this point in the history
Closes ory/k8s#55
  • Loading branch information
aeneasr authored Sep 26, 2019
1 parent debbf30 commit 8ad7069
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions driver/driver_default.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
package driver

import (
"fmt"

"github.com/sirupsen/logrus"

"github.com/ory/viper"

"github.com/ory/hydra/driver/configuration"
)

Expand All @@ -16,10 +12,7 @@ type DefaultDriver struct {
}

func NewDefaultDriver(l logrus.FieldLogger, forcedHTTP bool, insecureRedirects []string, version, build, date string, validate bool) Driver {
fmt.Printf("migrate dsn set viper 2: %s\n", viper.GetString("dsn"))
c := configuration.NewViperProvider(l, forcedHTTP, insecureRedirects)
fmt.Printf("migrate dsn set viper 3: %s\n", viper.GetString("dsn"))

if validate {
configuration.MustValidate(l, c)
}
Expand Down

0 comments on commit 8ad7069

Please sign in to comment.