From b81d35a9dc7bdb931b0e4e6e3c04e1e938ede3a7 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 3 Jan 2018 21:42:49 +0100 Subject: [PATCH] Remove debug statement --- static/js/wishlists.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/wishlists.js b/static/js/wishlists.js index 0419e13..548fbac 100644 --- a/static/js/wishlists.js +++ b/static/js/wishlists.js @@ -109,7 +109,6 @@ function updateListHTML(listElem) { ''); var listMoreButton = listHtmlElem.find(".list-more-toggle"); - console.debug(listMoreButton); listHtmlElem.find('.list-more') .on('shown.bs.collapse', function() { listMoreButton.text('Minder…');