Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Jan 31, 2025
1 parent eceddfe commit b478ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/guide-frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export function GuideFrame({
for (const groups of domNode.data.matchAll(posReg)) {
const [, prefix, posX, posY, suffix] = groups

console.log({ suffix })

elems = [
...elems,
<Fragment key={`${prefix ?? ''}-${posX ?? ''}-${posY ?? ''}`}>
Expand Down

0 comments on commit b478ee5

Please sign in to comment.