We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e0b8d commit 72471dfCopy full SHA for 72471df
addon/mongocrypt.cc
@@ -726,7 +726,6 @@ Value MongoCrypt::MakeExplicitEncryptionContextInternal(
726
}
727
728
if (options.Has("textOptions")) {
729
- std::cout << "textOptions" << std::endl;
730
Uint8Array textOptionsArray = Uint8ArrayFromValue(options["textOptions"], "textOptions");
731
732
std::unique_ptr<mongocrypt_binary_t, MongoCryptBinaryDeleter> binary(
0 commit comments