Skip to content

Commit

Permalink
Remove debug code about provider.Validate return value (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Feb 3, 2020
1 parent 93ca065 commit e4f816a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ddev/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func handleConfigRun(cmd *cobra.Command, args []string) {
if err != nil {
util.Failed("Failed to validate project %v: %v", app.Name, err)
}
util.Warning("provider.Validate() returned %v", err)

err = app.WriteConfig()
if err != nil {
Expand Down

0 comments on commit e4f816a

Please sign in to comment.