We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60450a commit 7a37541Copy full SHA for 7a37541
api/models/post/updatePost.js
@@ -39,7 +39,6 @@ export function afterUpdatingPost (post, opts) {
39
transacting
40
} = opts
41
42
- console.log("post type", post.get('type'), post)
43
return post.ensureLoad(['groups'])
44
.then(() => Promise.all([
45
updateChildren(post, requests, transacting),
0 commit comments