diff --git a/api/models/post/updatePost.js b/api/models/post/updatePost.js index 323fb761d..53e4fba0f 100644 --- a/api/models/post/updatePost.js +++ b/api/models/post/updatePost.js @@ -39,7 +39,6 @@ export function afterUpdatingPost (post, opts) { transacting } = opts - console.log("post type", post.get('type'), post) return post.ensureLoad(['groups']) .then(() => Promise.all([ updateChildren(post, requests, transacting),