Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 79770d5

Browse files
authored
Merge pull request #2204 from thaJeztah/cleanup_output
cli/mobycli: Exec(): simplify output
2 parents d7becb4 + f1aa070 commit 79770d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cli/mobycli/exec.go

-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
"github.com/docker/compose-cli/cli/metrics"
3434
"github.com/docker/compose-cli/cli/mobycli/resolvepath"
3535
"github.com/docker/compose/v2/pkg/compose"
36-
"github.com/docker/compose/v2/pkg/utils"
3736
"github.com/google/shlex"
3837
"github.com/spf13/cobra"
3938
)
@@ -92,9 +91,6 @@ func Exec(root *cobra.Command) {
9291
}
9392
commandArgs := os.Args[1:]
9493
command := metrics.GetCommand(commandArgs)
95-
if command == "build" && !metrics.HasQuietFlag(commandArgs) {
96-
utils.DisplayScanSuggestMsg()
97-
}
9894
if command == "login" && !metrics.HasQuietFlag(commandArgs) {
9995
displayPATSuggestMsg(commandArgs)
10096
}

0 commit comments

Comments
 (0)