File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-nlp-annotate" ,
3
- "version" : " 0.3.11 " ,
3
+ "version" : " 0.3.12 " ,
4
4
"homepage" : " https://universaldatatool.github.io/react-nlp-annotate/" ,
5
5
"main" : " ./dist/lib.js" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export default function DocumentLabeler(props: LabelDocumentProps) {
22
22
hotkeysEnabled = { props . hotkeysEnabled }
23
23
labels = { props . labels }
24
24
onSelectLabel = { ( labelId : string ) => {
25
- console . log ( { labelId } )
26
25
if ( props . multipleLabels ) {
27
26
changeSelectedLabels ( selectedLabels . concat ( [ labelId ] ) )
28
27
props . onChange ( selectedLabels . concat ( [ labelId ] ) )
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ export default function RelationshipAnnotator(
49
49
: stringToSequence ( props . document ) . map ( withId )
50
50
} )
51
51
52
- console . log ( sequence , relationships )
53
-
54
52
const labels = creatingRelationships
55
53
? props . relationshipLabels
56
54
: props . entityLabels
You can’t perform that action at this time.
0 commit comments