Skip to content

Commit

Permalink
remove missed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 19, 2024
1 parent 6b4fd92 commit 05c4cff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/meatballs.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ const addPostMeatballItem = async meatballMenu => {
const addBlogMeatballItem = async meatballMenu => {
const __blogData = await blogData(meatballMenu);

console.log('__blogData', __blogData);

$(meatballMenu).children('[data-xkit-meatball-button]').remove();

Object.keys(blogMeatballItems).sort().forEach(id => {
Expand Down

0 comments on commit 05c4cff

Please sign in to comment.