Remove console.log (#2860)

pull/2861/head
XhmikosR 2020-06-28 15:03:01 +03:00 committed by GitHub
parent 5b24a7a47d
commit 755df41324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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