react-crud-mobile 1.3.217 → 1.3.218

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.
@@ -1451,11 +1451,6 @@ function UIModal(_ref) {
1451
1451
  var Content = function Content() {
1452
1452
  if (dialog != null && dialog.component) {
1453
1453
  var Aux = dialog == null ? void 0 : dialog.component;
1454
- var x = Aux({
1455
- crud: dialog.crud,
1456
- scope: dialog.scope
1457
- });
1458
- console.log(x);
1459
1454
  return /*#__PURE__*/jsx(Aux, {
1460
1455
  crud: curr
1461
1456
  }, curr.uuid);
@@ -1473,7 +1468,6 @@ function UIModal(_ref) {
1473
1468
  children: content
1474
1469
  });
1475
1470
  }
1476
- console.log(content);
1477
1471
  return /*#__PURE__*/jsxs(Fragment, {
1478
1472
  children: [/*#__PURE__*/jsx(SafeAreaView, {
1479
1473
  style: style('modalTop')