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/search.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/search.go') diff --git a/cmd/search.go b/cmd/search.go index 76babf4..57f1980 100644 --- a/cmd/search.go +++ b/cmd/search.go @@ -113,7 +113,6 @@ func searchAnime(searchInput string) { } func init() { - fmt.Println("searchInit") rootCmd.AddCommand(searchCmd) searchCmd.Flags().IntVarP(&ui.PromptLength, "prompt-length", "l", promptLength, "Length of select prompt") searchCmd.Flags().BoolVarP(&mangaMode, "manga", "m", false, "Use manga mode") -- cgit v1.2.3