Skip to content

Commit e6211b4

Browse files
committed
chore(serializer): remove crufty console statement
1 parent 8d57a8c commit e6211b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/parser/serializer.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ function serializeBSONRegExp(buffer, key, value, index, isArray) {
251251
}
252252

253253
function serializeMinMax(buffer, key, value, index, isArray) {
254-
console.log({
255-
value,
256-
MinKey,
257-
isMinKey: value instanceof MinKey
258-
});
259-
260254
// Write the type of either min or max key
261255
if (value === null) {
262256
buffer[index++] = constants.BSON_DATA_NULL;

0 commit comments

Comments
 (0)