Removed stray console.log
refs 367584f1c2
- I fucked up. ESLint fucked up. Life happened to all of us
This commit is contained in:
parent
367584f1c2
commit
fc5f139d39
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user