Skip to content

Commit ebd6f80

Browse files
authored
MONGOCRYPT-786 Fix incompatible type error (#976)
1 parent dd787b5 commit ebd6f80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongocrypt-ctx-encrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static bool _mongo_op_collinfo(mongocrypt_ctx_t *ctx, mongocrypt_binary_t *out)
4040
_mongocrypt_ctx_fail(ctx);
4141
return false;
4242
}
43-
CRYPT_TRACEF(&ectx->parent.crypt->log, "constructed: %s\n", tmp_json(filter));
4443
_mongocrypt_buffer_steal_from_bson(&ectx->list_collections_filter, &filter);
4544
out->data = ectx->list_collections_filter.data;
4645
out->len = ectx->list_collections_filter.len;

0 commit comments

Comments
 (0)