Skip to content

Commit

Permalink
- remove console.log id
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Sep 16, 2020
1 parent 057b681 commit 88b014c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/components/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react-inputs-validation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react-inputs-validation.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react-inputs-validation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react-inputs-validation.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-inputs-validation",
"version": "4.5.0",
"version": "4.5.1",
"description": "A react component for form inputs validation.",
"main": "index.js",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/js/Inputs/Textbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ const component: React.FC<Props> = ({
if (showMsg && !err && successMsg !== '') {
msgHtml = <div className={successMsgClass}>{successMsg}</div>;
}
console.log(attributesInput.id)
return (
<div className={wrapperClass} style={customStyleWrapper} {...attributesWrapper}>
<div className={containerClass} style={customStyleContainer}>
Expand Down

0 comments on commit 88b014c

Please sign in to comment.