Skip to content

Commit

Permalink
fix: remove console.log for debugging purpouses (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed Aug 13, 2020
1 parent 1e6ec4c commit ceecb3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ class ReactTextareaAutocomplete extends React.Component<
.map((a) => escapeRegex(a))
.join("|")})$`
);

console.log(this.tokenRegExpEnding);
};

/**
Expand Down

0 comments on commit ceecb3d

Please sign in to comment.