ywana-core8 0.0.502 → 0.0.503

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.umd.js CHANGED
@@ -1488,10 +1488,6 @@
1488
1488
  allChecked = _useState2[0],
1489
1489
  setAllChecked = _useState2[1];
1490
1490
 
1491
- React.useEffect(function () {
1492
- console.log(sortDir);
1493
- }, [sortDir]);
1494
-
1495
1491
  function changeSort(id) {
1496
1492
  var _Object$assign;
1497
1493
 
@@ -1505,7 +1501,6 @@
1505
1501
  sortObject = {};
1506
1502
  }
1507
1503
 
1508
- console.log('multisort', sortObject);
1509
1504
  var sortKeys = Object.keys(sortObject);
1510
1505
 
1511
1506
  if (!sortKeys.length) {