diff --git a/src/services/publicCollectionService.ts b/src/services/publicCollectionService.ts index faf14b349..55b9b5284 100644 --- a/src/services/publicCollectionService.ts +++ b/src/services/publicCollectionService.ts @@ -263,10 +263,7 @@ export const getPublicCollection = async ( await savePublicCollection(collection); return collection; } catch (e) { - logError(e, 'failed to get public collection', { - collectionKey, - token, - }); + logError(e, 'failed to get public collection'); throw e; } };