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

Commit 494e923

Browse files
committed
remove missed error log
1 parent 6c2a075 commit 494e923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compose/internal/composebinary/composebinary.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func (wrapper *ComposeWrapper) Deploy(ctx context.Context, workingDir, host, pro
3636
output, err := wrapper.Command(newUpCommand(filePaths, forceRereate), workingDir, host, projectName, envFilePath)
3737
if len(output) != 0 {
3838
if err != nil {
39-
log.Printf("[libstack,composebinary] [message: deploy complete] [output: %s] [err: %s]", output, err)
4039
return err
4140
}
4241

0 commit comments

Comments
 (0)