Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Dec 30, 2023
1 parent e60450a commit 7a37541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/models/post/updatePost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7a37541

Please sign in to comment.