Remove console.log
This commit is contained in:
parent
e0daf5fd33
commit
b1bd489cf6
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
|||
window.loadedSearchData = true;
|
||||
trackEvent('/activity', '/search');
|
||||
var request = $.get('{{ URL::route('get_search_data') }}', function(data) {
|
||||
console.log(data);
|
||||
$('#search').typeahead({
|
||||
hint: true,
|
||||
highlight: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue