lucos_search_component 0.1.11 → 0.1.12

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/dist/index.js CHANGED
@@ -5922,7 +5922,6 @@ class LucosLangComponent extends HTMLSpanElement {
5922
5922
  }
5923
5923
  if (component.hasAttribute("data-common")) {
5924
5924
  const commonLangs = component.getAttribute("data-common").split(",");
5925
- console.log(commonLangs);
5926
5925
  families.unshift({ // Put common languages as top option
5927
5926
  code: 'x-common',
5928
5927
  label: 'common languages',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -90,7 +90,6 @@ class LucosLangComponent extends HTMLSpanElement {
90
90
  }
91
91
  if (component.hasAttribute("data-common")) {
92
92
  const commonLangs = component.getAttribute("data-common").split(",");
93
- console.log(commonLangs);
94
93
  families.unshift({ // Put common languages as top option
95
94
  code: 'x-common',
96
95
  label: 'common languages',