diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index f43b51cdf529..59674cd4cd6e 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -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,