@builttocreate/engine-utils 2.6.0-beta.11 → 2.6.0-beta.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.
@@ -292,7 +292,6 @@ var getTemplateWithLookups = function getTemplateWithLookups(template) {
292
292
  exports.getTemplateWithLookups = getTemplateWithLookups;
293
293
 
294
294
  var isFieldEmpty = function isFieldEmpty(fieldType, fieldValue, fieldOptions) {
295
- console.log(' field helper logs fieldType, fieldValue', fieldType, fieldValue);
296
295
  var isEmpty = false;
297
296
 
298
297
  if (fieldType === _FieldTypes["default"].text && (!fieldValue || fieldValue && fieldValue.replace(/\s+/g, '').length === 0)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.6.0-beta.11",
3
+ "version": "2.6.0-beta.12",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [