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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.11",
2
+ "version": "1.3.12",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -129,8 +129,6 @@ export default function UIModal(props: ChildType) {
129
129
  let defaults = { color };
130
130
  let key = `${scope.currentDialog.name}-${index}`;
131
131
 
132
- console.log(key);
133
-
134
132
  return (
135
133
  <Modal
136
134
  key={key}