Skip to content

Commit

Permalink
commenting the console logs for now as I will likely be coming back t…
Browse files Browse the repository at this point in the history
…o them.
  • Loading branch information
SonicScrewdriver committed Oct 4, 2023
1 parent cde64c0 commit 109b148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perseus/src/__stories__/article-renderer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ExpressionArticle = ({useNewStyles}): any => (
keypadElement,
focusedElement,
) {
console.log(focusedElement);
// console.log(focusedElement);
},
}}
keypadElement={keypadElement}
Expand Down Expand Up @@ -103,7 +103,7 @@ export const MultiSectionedExpressionArticle = ({useNewStyles}): any => (
keypadElement,
focusedElement,
) {
console.log(focusedElement);
// console.log(focusedElement);
},
}}
keypadElement={keypadElement}
Expand Down

0 comments on commit 109b148

Please sign in to comment.