Skip to content

Commit 797b846

Browse files
PR comments
1 parent 6f3fe24 commit 797b846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/projects/projectId/labeling/sessionId/sub-components/LabelingSuiteLabeling.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export default function LabelingSuiteLabeling() {
113113
if (!tokenLookup || !extractionRef.current) return;
114114
const handleMouseUp = (e) => {
115115
const [check, attributeIdStart, tokenStart, tokenEnd, startEl] = parseSelectionData();
116-
console.log(startEl)
117116
dispatch(setActiveTokenSelection({ attributeId: attributeIdStart, tokenStart, tokenEnd }));
118117
if (!check) {
119118
clearSelected();

0 commit comments

Comments
 (0)