Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhood Shapouran committed Jun 8, 2023
1 parent e6b523b commit 5e0672c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-highlighter",
"version": "1.0.5",
"version": "1.0.6",
"description": "A library for highlight what you want and interact with them",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 0 additions & 1 deletion src/HighlightedText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const HighlightedText = ({
});
}
if (hashtags && hashtagRegexTester.test(chunk)) {
console.log('1111111' + chunk);
return (
<TouchableWithoutFeedback
key={index}
Expand Down

0 comments on commit 5e0672c

Please sign in to comment.