diff --git a/framework/core/js/forum/src/components/user-page.js b/framework/core/js/forum/src/components/user-page.js index 8f62c65f1..d05694113 100644 --- a/framework/core/js/forum/src/components/user-page.js +++ b/framework/core/js/forum/src/components/user-page.js @@ -136,7 +136,6 @@ export default class UserPage extends Component { if (isInitialized) { return; } var $sidebar = $(element); - console.log($sidebar.find('> ul'), $sidebar.find('> ul').data('bs.affix')); $sidebar.find('> ul').affix({ offset: { top: $sidebar.offset().top - $('.global-header').outerHeight(true) - parseInt($sidebar.css('margin-top')),