@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.
- package/dist/fieldHelper.js +0 -1
- package/package.json +1 -1
package/dist/fieldHelper.js
CHANGED
|
@@ -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)) {
|