Skip to content

Commit 7a37541

Browse files
committed
Remove console.log
1 parent e60450a commit 7a37541

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/models/post/updatePost.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export function afterUpdatingPost (post, opts) {
3939
transacting
4040
} = opts
4141

42-
console.log("post type", post.get('type'), post)
4342
return post.ensureLoad(['groups'])
4443
.then(() => Promise.all([
4544
updateChildren(post, requests, transacting),

0 commit comments

Comments
 (0)