Skip to content

Commit 4622467

Browse files
committed
chore: remove console.log
1 parent 6fe0b82 commit 4622467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/Poll/CreatePollContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export const CreatePollContent = () => {
7777
updatedTop: index * createPollOptionHeight,
7878
};
7979
});
80-
console.log('TEST', newCurrentOptionPositions);
8180
currentOptionPositions.value = newCurrentOptionPositions;
8281
}, [createPollOptionHeight, currentOptionPositions, options]);
8382

0 commit comments

Comments
 (0)