Skip to content

Commit 259df80

Browse files
committed
remove log line
1 parent 48169ba commit 259df80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nlp-annotate",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"homepage": "https://waoai.github.io/react-nlp-annotate/",
55
"dependencies": {
66
"@material-ui/lab": "^4.0.0-alpha.56",

src/components/NLPAnnotator/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default function NLPAnnotator(props: NLPAnnotatorProps) {
8282
})
8383

8484
let annotator
85-
console.log("props.type", props.type)
8685
switch (props.type) {
8786
case "label-sequence":
8887
annotator = (

0 commit comments

Comments
 (0)