@fto-consult/expo-ui 2.25.3 → 2.25.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "2.25.3",
3
+ "version": "2.25.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -226,7 +226,6 @@ export default class FormDataComponent extends AppComponent{
226
226
  rest.defaultValue = new Date();
227
227
  } else if(!isDate && isNonNullString(rest.appConfigDefaultValueKey)){
228
228
  rest.defaultValue = appConfig.get(rest.appConfigDefaultValueKey);
229
- console.log(rest.defaultValue,rest.appConfigDefaultValueKey," is defa value and ",rest,appConfig.activePeriod,appConfig);
230
229
  }
231
230
  }
232
231
  customResponsiveProps = defaultObj(customResponsiveProps);