diff --git a/src/utils.js b/src/utils.js index 838c921..3a49655 100644 --- a/src/utils.js +++ b/src/utils.js @@ -165,7 +165,6 @@ exports.removeEmptyFirestoreProperties = function removeEmptyFirestoreProperties if (current[s] == null) { // no existing data obj[s] = value.arg; - console.log(obj[s], value); } else { // add to existing data obj[s] = current[s] + value.arg;