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.cjs CHANGED
@@ -1493,10 +1493,6 @@ var DataTable = function DataTable(props) {
1493
1493
  allChecked = _useState2[0],
1494
1494
  setAllChecked = _useState2[1];
1495
1495
 
1496
- React.useEffect(function () {
1497
- console.log(sortDir);
1498
- }, [sortDir]);
1499
-
1500
1496
  function changeSort(id) {
1501
1497
  var _Object$assign;
1502
1498
 
@@ -1510,7 +1506,6 @@ var DataTable = function DataTable(props) {
1510
1506
  sortObject = {};
1511
1507
  }
1512
1508
 
1513
- console.log('multisort', sortObject);
1514
1509
  var sortKeys = Object.keys(sortObject);
1515
1510
 
1516
1511
  if (!sortKeys.length) {