Remove console.log

This commit is contained in:
Hillel Coren 2018-01-17 13:20:35 +02:00
parent e0daf5fd33
commit b1bd489cf6

View File

@ -57,7 +57,6 @@
window.loadedSearchData = true; window.loadedSearchData = true;
trackEvent('/activity', '/search'); trackEvent('/activity', '/search');
var request = $.get('{{ URL::route('get_search_data') }}', function(data) { var request = $.get('{{ URL::route('get_search_data') }}', function(data) {
console.log(data);
$('#search').typeahead({ $('#search').typeahead({
hint: true, hint: true,
highlight: true, highlight: true,