ywana-core8 0.0.144 → 0.0.145

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
@@ -1325,10 +1325,8 @@ var BooleanCellViewer = function BooleanCellViewer(_ref3) {
1325
1325
 
1326
1326
 
1327
1327
  var StringCellViewer = function StringCellViewer(_ref4) {
1328
- var id = _ref4.id,
1329
- value = _ref4.value,
1328
+ var value = _ref4.value,
1330
1329
  options = _ref4.options;
1331
- console.log('string-cell-viewer', id, value, options);
1332
1330
  var option = options ? options.find(function (o) {
1333
1331
  return o.value === value;
1334
1332
  }) : null;