Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
fix console log
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGallon committed Jan 6, 2017
1 parent 6ccaed2 commit ea65436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/searchbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class SearchBarInput extends PureComponent {
if(onChange) onChange({term: value});
}
render() {
console.log(this.props.placeholder)
return (
<InputText
data-focus='search-bar-input'
Expand Down

0 comments on commit ea65436

Please sign in to comment.