From 89b2a83d37e0029f058acd605db04324f1a1e387 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Tue, 2 Apr 2024 23:22:25 +0300 Subject: [PATCH] #8 fix after merge. --- cmd/pkgdashcli/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index fba2c68..181479e 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -298,9 +298,6 @@ func Execute(ctx context.Context, gitSource source.SourceControl, mvs map[string logger.Debugf(ctx, fmt.Sprintf("Close successful for %s", path)) } } - fmt.Println(fmt.Sprintf("for %s:\n%s", cfg.Source.Repository, js)) - default: - fmt.Print(initMsg) case "list": for _, branch := range cfg.Branches { rMap, err := gitSource.RequestList(ctx, branch)