From fc5f139d39a8147268ad7ce304e271a6c1f221ca Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 8 Sep 2023 15:15:34 +0800 Subject: [PATCH] Removed stray console.log refs https://github.com/TryGhost/Ghost/commit/367584f1c26352af5b1797a29978dd2ca184d55b - I fucked up. ESLint fucked up. Life happened to all of us --- ghost/collections/src/CollectionsService.ts | 1 - 1 file changed, 1 deletion(-) 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,