diff options
Diffstat (limited to 'cmd/gotosocial/debug.go')
| -rw-r--r-- | cmd/gotosocial/debug.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/gotosocial/debug.go b/cmd/gotosocial/debug.go index 4b819e8a6..f519e63bd 100644 --- a/cmd/gotosocial/debug.go +++ b/cmd/gotosocial/debug.go @@ -19,7 +19,6 @@ package main import ( configaction "code.superseriousbusiness.org/gotosocial/cmd/gotosocial/action/debug/config" - "code.superseriousbusiness.org/gotosocial/internal/config" "github.com/spf13/cobra" ) @@ -39,7 +38,6 @@ func debugCommands() *cobra.Command { return run(cmd.Context(), configaction.Config) }, } - config.AddServerFlags(debugConfigCmd) debugCmd.AddCommand(debugConfigCmd) return debugCmd } |
