diff --git a/ghost/collections/src/CollectionsService.ts b/ghost/collections/src/CollectionsService.ts index 81e312f38d..683331bfe4 100644 --- a/ghost/collections/src/CollectionsService.ts +++ b/ghost/collections/src/CollectionsService.ts @@ -224,7 +224,6 @@ export class CollectionsService { } private hasPostEditRelevantChanges(postEditEvent: PostEditedEvent['data']): boolean { - console.log(postEditEvent); const current = { id: postEditEvent.current.id, featured: postEditEvent.current.featured,