Skip to content

Commit 8d7178c

Browse files
authored
Merge pull request #99 from joostdebruijn/patch-1
fix: Remove console.log from isEmptyField-function
2 parents 967c3d3 + 5277669 commit 8d7178c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,5 @@ function computeSchemaDifferences(schemaA, schemaB) {
135135
* @returns {boolean}
136136
*/
137137
function isEmptyField(fieldValue) {
138-
console.log(fieldValue);
139138
return _.isUndefined(fieldValue) || _.isNull(fieldValue) || fieldValue === '';
140139
}

0 commit comments

Comments
 (0)