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

Commit

Permalink
remove xdebug from create
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <jason@craftcms.com>
  • Loading branch information
jasonmccallister committed Apr 9, 2020
1 parent 1a7cb4a commit 75373aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/cmd/machine_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ var createCommand = &cobra.Command{
}
actions = append(actions, *configureExecutionTimeAction)

configureXdebugAction, err := action.ConfigureXdebug(name, phpVersion)
if err != nil {
return err
}
actions = append(actions, *configureXdebugAction)

for _, database := range databases {
volumeAction, err := action.CreateDatabaseVolume(name, database.Engine, database.Version, database.Port)
if err != nil {
Expand Down

0 comments on commit 75373aa

Please # to comment.