diff --git a/build/js/ExpandableTable.js b/build/js/ExpandableTable.js index b297aa42f..9c2842dbd 100644 --- a/build/js/ExpandableTable.js +++ b/build/js/ExpandableTable.js @@ -55,9 +55,6 @@ class ExpandableTable { const $type = $element.attr(SELECTOR_ARIA_ATTR) const $body = $element.next().children().first().children() - // eslint-disable-next-line no-console - console.log($element) - $body.stop() if ($type === 'true') { $body.slideUp(time, () => {