diff options
Diffstat (limited to 'cmd/search.go')
-rw-r--r-- | cmd/search.go | 1 |
1 files changed, 0 insertions, 1 deletions
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") |