From 58a13294853a44ec922c9d3b248612c1996c9dca Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 26 May 2021 12:51:22 +0100 Subject: [PATCH] adjustment to not print description --- podCatch/podcatch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/podCatch/podcatch.go b/podCatch/podcatch.go index 4272b40..c67bfcd 100644 --- a/podCatch/podcatch.go +++ b/podCatch/podcatch.go @@ -189,7 +189,6 @@ func downloadMp3(url string, file string) bool { } func addId3(artist string, item Item, file string) { fmt.Printf("Saving ID3 to %s\r\n",file) - fmt.Printf("%v\r\n",item) mp3File, err := id3.Open(file) if err != nil { log.Fatal(err)