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

Commit

Permalink
Merge pull request #415 from craftcms/bugfix/remove-blackfire
Browse files Browse the repository at this point in the history
Remove `blackfire` command
  • Loading branch information
jasonmccallister authored Feb 15, 2022
2 parents b198bc7 + b5363bd commit aef1a9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 345 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for Craft Nitro

## Unreleased

### Removed
- Removed the `blackfire` command.

## 2.0.8 - 2021-05-18

### Added
Expand Down
33 changes: 0 additions & 33 deletions command/blackfire/blackfire.go

This file was deleted.

155 changes: 0 additions & 155 deletions command/blackfire/off.go

This file was deleted.

155 changes: 0 additions & 155 deletions command/blackfire/on.go

This file was deleted.

2 changes: 0 additions & 2 deletions command/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/craftcms/nitro/command/add"
"github.com/craftcms/nitro/command/alias"
"github.com/craftcms/nitro/command/apply"
"github.com/craftcms/nitro/command/blackfire"
"github.com/craftcms/nitro/command/bridge"
"github.com/craftcms/nitro/command/clean"
"github.com/craftcms/nitro/command/completion"
Expand Down Expand Up @@ -103,7 +102,6 @@ func NewCommand() *cobra.Command {
add.NewCommand(home, docker, term),
alias.NewCommand(home, docker, term),
apply.NewCommand(home, docker, nitrod, term),
blackfire.NewCommand(home, docker, term),
bridge.NewCommand(home, docker, term),
clean.NewCommand(home, docker, term),
completion.NewCommand(),
Expand Down

0 comments on commit aef1a9f

Please sign in to comment.