Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 7, 2020
1 parent d8dfc24 commit 1f3edd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/commands/upcmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ var UpCommand = &cobra.Command{
if err != nil {
fmt.Printf("%sCould not execute git pull.%s\n", chalk.Yellow, chalk.ResetColor)
}
} else {
fmt.Println("no auto pull")
}

services, err := dockercompose.GetServices(envHomeDir)
Expand Down

0 comments on commit 1f3edd4

Please sign in to comment.