Removed stray console.log

refs 367584f1c2

- I fucked up. ESLint fucked up. Life happened to all of us
This commit is contained in:
Naz 2023-09-08 15:15:34 +08:00 committed by naz
parent 367584f1c2
commit fc5f139d39

View File

@ -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,