Remove debug statement

This commit is contained in:
Paul van Tilburg 2018-01-03 21:42:49 +01:00
parent 11fa087a76
commit b81d35a9dc
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ function updateListHTML(listElem) {
'</div>');
var listMoreButton = listHtmlElem.find(".list-more-toggle");
console.debug(listMoreButton);
listHtmlElem.find('.list-more')
.on('shown.bs.collapse', function() {
listMoreButton.text('Minder…');