diff options
Diffstat (limited to 'cmd/status.go')
-rw-r--r-- | cmd/status.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/status.go b/cmd/status.go index 048bd70..e80386c 100644 --- a/cmd/status.go +++ b/cmd/status.go @@ -35,7 +35,6 @@ var statusCmd = &cobra.Command{ -- help/description to be added later `, Run: func(cmd *cobra.Command, args []string) { - mal.Init() // needs to be manually called else it won't let you login searchInput := strings.Join(args, " ") statusInput, err := cmd.Flags().GetString("status") |