Skip to content

Commit

Permalink
Removed console.log, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlouden committed Feb 21, 2020
1 parent 2f827dd commit 9753d1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9753d1e

Please sign in to comment.