Remove console.log (#2860)

This commit is contained in:
XhmikosR
2020-06-28 15:03:01 +03:00
committed by GitHub
parent 5b24a7a47d
commit 755df41324

View File

@@ -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, () => {