From cea5e8fa453d1ab0be0d7d7c3bb6e3e68ded82e8 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 13 Jun 2016 12:57:31 -0400 Subject: [PATCH] Remove debug statement. Good catch Travis! :) --- themes/bootstrap3/js/facets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bootstrap3/js/facets.js b/themes/bootstrap3/js/facets.js index 7f1bb27c33d..c29dbeefdc4 100644 --- a/themes/bootstrap3/js/facets.js +++ b/themes/bootstrap3/js/facets.js @@ -140,7 +140,6 @@ VuFind.register('lightbox_facets', function LightboxFacets() { var htmlDiv = $('<div>' + data + '</div>'); var list = htmlDiv.find('.js-facet-item'); button.before(list); - console.log(list); if (list.length && htmlDiv.find('.js-facet-next-page').length) { button.attr('data-page', page + 1); button.text(VuFind.translate('more') + ' ...'); -- GitLab