Skip to content

Commit

Permalink
fix(autocomplete): Remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed Dec 14, 2015
1 parent f93e386 commit 20c9f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default (options) => {
}

// autocomplete.js initialization
console.log('hey');
$query
.attr('placeholder', options.translations.placeholder_autocomplete)
.autocomplete({
Expand Down

0 comments on commit 20c9f99

Please sign in to comment.