Skip to content

Commit

Permalink
remove playback code (#925)
Browse files Browse the repository at this point in the history
* remove playback code

* satisfy linter
  • Loading branch information
xavdid-stripe authored Aug 7, 2022
1 parent 718dfff commit 8966e19
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 2,322 deletions.
9 changes: 0 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@
"env": {},
"args": ["listen", "--log-level", "debug"]
},
{
"name": "Launch (playback)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/stripe/main.go",
"env": {},
"args": ["playback"]
},
{
"name": "Set config",
"type": "go",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ require (
github.com/hashicorp/go-hclog v1.2.1
github.com/hashicorp/go-plugin v1.4.4
github.com/joho/godotenv v1.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -60,6 +59,7 @@ require (
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/mtibben/percent v0.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
Expand Down
309 changes: 0 additions & 309 deletions pkg/cmd/playback.go

This file was deleted.

1 change: 0 additions & 1 deletion pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func init() {
rootCmd.AddCommand(newStatusCmd().cmd)
rootCmd.AddCommand(newTriggerCmd().cmd)
rootCmd.AddCommand(newVersionCmd().cmd)
rootCmd.AddCommand(newPlaybackCmd().cmd)
rootCmd.AddCommand(newPostinstallCmd(&Config).cmd)
rootCmd.AddCommand(newCommunityCmd().cmd)
rootCmd.AddCommand(newPluginCmd().cmd)
Expand Down
Loading

0 comments on commit 8966e19

Please sign in to comment.