diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1586,7 +1586,7 @@ func GetCollectionFromID(id string) Collection { resp, err := http.DefaultClient.Do(req) if err != nil { - fmt.Println("could not get collection from " + id) + CheckError(err, "could not get collection from " + id) return nColl } |