@zat-design/sisyphus-react 3.5.5-beta.13 → 3.5.5-beta.14
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.
|
@@ -203,7 +203,6 @@ export var transformColumns = function transformColumns() {
|
|
|
203
203
|
cacheMap = config.cacheMap,
|
|
204
204
|
setState = config.setState,
|
|
205
205
|
page = config.page;
|
|
206
|
-
console.log(123);
|
|
207
206
|
var isCell = mode === 'cell';
|
|
208
207
|
var _columns = _toConsumableArray(columns);
|
|
209
208
|
var _cacheMap = _objectSpread({}, cacheMap.current);
|
|
@@ -207,7 +207,6 @@ var transformColumns = exports.transformColumns = function transformColumns() {
|
|
|
207
207
|
cacheMap = config.cacheMap,
|
|
208
208
|
setState = config.setState,
|
|
209
209
|
page = config.page;
|
|
210
|
-
console.log(123);
|
|
211
210
|
var isCell = mode === 'cell';
|
|
212
211
|
var _columns = (0, _toConsumableArray2.default)(columns);
|
|
213
212
|
var _cacheMap = (0, _objectSpread2.default)({}, cacheMap.current);
|