willba-component-library 0.1.73 → 0.1.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.umd.js CHANGED
@@ -3995,7 +3995,6 @@
3995
3995
  // Handle default selected tab
3996
3996
  if (typeof window === 'undefined')
3997
3997
  return;
3998
- console.log(defaultTab);
3999
3998
  var currentPath = defaultTab === Pages.EVENTS ||
4000
3999
  window.location.pathname.includes(Pages.EVENTS)
4001
4000
  ? Pages.EVENTS