aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r--src/fields/Doc.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts
index 25e70d950..6e7f95897 100644
--- a/src/fields/Doc.ts
+++ b/src/fields/Doc.ts
@@ -609,7 +609,7 @@ export namespace Doc {
if (!skipUndefineds || value !== undefined) {
// Do we want to filter out undefineds?
if (typeof value === 'object' && 'values' in value) {
- console.log(value);
+ //console.log(value);
}
doc[key] = value;
}