Browse Source

Remove console.log (#2860)

pull/2861/head
XhmikosR 4 years ago committed by GitHub
parent
commit
755df41324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      build/js/ExpandableTable.js

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

Loading…
Cancel
Save