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.
@@ -1485,10 +1485,6 @@ var DataTable = function DataTable(props) {
1485
1485
  allChecked = _useState2[0],
1486
1486
  setAllChecked = _useState2[1];
1487
1487
 
1488
- useEffect(function () {
1489
- console.log(sortDir);
1490
- }, [sortDir]);
1491
-
1492
1488
  function changeSort(id) {
1493
1489
  var _Object$assign;
1494
1490
 
@@ -1502,7 +1498,6 @@ var DataTable = function DataTable(props) {
1502
1498
  sortObject = {};
1503
1499
  }
1504
1500
 
1505
- console.log('multisort', sortObject);
1506
1501
  var sortKeys = Object.keys(sortObject);
1507
1502
 
1508
1503
  if (!sortKeys.length) {