Skip to content

Commit

Permalink
clean debugger statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmaltsev committed Oct 24, 2017
1 parent 4e47634 commit f52ab01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reactackle-text-field/src/TextField.js
Expand Up @@ -613,7 +613,6 @@ class _TextField extends Component {
*/
_renderTextField(textFieldProps) {
const TextFieldElement = this.state.textFieldElement;
// if (textFieldProps.type === 'password') debugger;
const isPasswordUnhidden = textFieldProps.type === 'password' && !this.state.hidden;
const inputType = isPasswordUnhidden ? 'text' : textFieldProps.type;

Expand Down

0 comments on commit f52ab01

Please sign in to comment.