From ccef1f9a0035a5b8e3494bcc22c09ad3acc49097 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 17 Aug 2022 22:42:12 +0530 Subject: reading auth token from config file (if any) --- cmd/status.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/status.go') diff --git a/cmd/status.go b/cmd/status.go index 53e93c6..2dc6fee 100644 --- a/cmd/status.go +++ b/cmd/status.go @@ -133,7 +133,6 @@ func setMangaStatus(statusInput, searchInput string) { } func init() { - fmt.Println("statusINit") rootCmd.AddCommand(statusCmd) statusCmd.Flags().StringP("set-value", "s", "", "status to be set") statusCmd.Flags().IntVarP(&ui.PromptLength, "prompt-length", "l", 5, "Length of select prompt") -- cgit v1.2.3