react-crud-mobile 1.3.11 → 1.3.12

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.
@@ -1407,7 +1407,6 @@ function UIModal(props) {
1407
1407
  color: color
1408
1408
  };
1409
1409
  var key = scope.currentDialog.name + "-" + index;
1410
- console.log(key);
1411
1410
  return /*#__PURE__*/jsxRuntime.jsxs(reactNative.Modal, {
1412
1411
  animationType: "slide",
1413
1412
  transparent: true,