Skip to content

Commit

Permalink
chore: spurious debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 11, 2024
1 parent 653ac23 commit dfc8380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go-runtime/ftl/ftltest/ftltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"

"github.com/alecthomas/kong"
"github.com/alecthomas/repr"

cf "github.com/TBD54566975/ftl/common/configuration"
"github.com/TBD54566975/ftl/internal/log"
Expand All @@ -16,7 +15,6 @@ func Context() context.Context {
ctx := log.ContextWithNewDefaultLogger(context.Background())
cr := &cf.ProjectConfigResolver[cf.Configuration]{Config: []string{}}
_ = kong.ApplyDefaults(cr)
repr.Println(cr)
cm, err := cf.NewConfigurationManager(ctx, cr)
if err != nil {
panic(err)
Expand Down

0 comments on commit dfc8380

Please sign in to comment.