Skip to content

Commit ceecb3d

Browse files
authored
fix: remove console.log for debugging purpouses (#203)
1 parent 1e6ec4c commit ceecb3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Textarea.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,6 @@ class ReactTextareaAutocomplete extends React.Component<
660660
.map((a) => escapeRegex(a))
661661
.join("|")})$`
662662
);
663-
664-
console.log(this.tokenRegExpEnding);
665663
};
666664

667665
/**

0 commit comments

Comments
 (0)