Skip to content

Commit 13f0b21

Browse files
committed
Remove debug logging
1 parent 43cd598 commit 13f0b21

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/SoureCode/kyx/tools"
1111
"github.com/pkg/errors"
1212
"github.com/symfony-cli/console"
13-
"github.com/symfony-cli/dumper"
1413
)
1514

1615
var (
@@ -52,8 +51,6 @@ func main() {
5251
Copyright: fmt.Sprintf("(c) 2025-%d Jason Schilling", time.Now().Year()),
5352
Commands: cmds,
5453
Action: func(ctx *console.Context) error {
55-
dumper.Dump("dumper-keep-it-as-it-will-be-removed-by-go-mod-tidy")
56-
5754
if ctx.Args().Len() == 0 {
5855
return commands.WelcomeAction(ctx)
5956
}

0 commit comments

Comments
 (0)