Skip to content

Commit

Permalink
refactor(editor): remove unnecessary console.log
Browse files Browse the repository at this point in the history
Removed unnecessary console.log statement in menu-bubble.tsx.
  • Loading branch information
phodal committed Sep 30, 2024
1 parent 3676a9b commit 6770fe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/core/lib/editor/menu/menu-bubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const MenuBubble = ({ editor }: {
setLoading(true);

const text = await editor.commands?.callLlm(menu)
console.log(text);
setLoading(false);

const newComment = newAdvice(text || '');
Expand Down

0 comments on commit 6770fe7

Please sign in to comment.