From: louismaxime.piton Date: Fri, 3 Mar 2023 13:01:55 +0000 (+0100) Subject: . X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b56188ad68450d5db86a6754c6708f26bd60a3;p=thirdparty%2Fbootstrap.git . --- diff --git a/js/src/tab.js b/js/src/tab.js index 32caee18f1..7d18a4d829 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -164,8 +164,6 @@ class Tab extends BaseComponent { if (nextActiveElement) { nextActiveElement.focus({ preventScroll: true }) - // eslint-disable-next-line no-console - console.log(nextActiveElement) Tab.getOrCreateInstance(nextActiveElement).show() } } @@ -288,8 +286,6 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function ( return } - // eslint-disable-next-line no-console - console.log(this) Tab.getOrCreateInstance(this).show() })