@ssplib/react-components 0.0.238 → 0.0.239

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.
@@ -479,7 +479,6 @@ hideTitleCSV = false, csvExcludeUpper = [], multipleDataPath = '', expandTextMax
479
479
  .filter((dt) => dt.value || (dt.operator === 'entre' && (dt.value || dt.value2)))
480
480
  .forEach((dt) => {
481
481
  let filteredData = [];
482
- console.log(dt);
483
482
  switch (dt.type) {
484
483
  case 'number':
485
484
  switch (dt.operator) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.238",
3
+ "version": "0.0.239",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",