Skip to content

Commit 72471df

Browse files
remove log
1 parent d1e0b8d commit 72471df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/mongocrypt.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ Value MongoCrypt::MakeExplicitEncryptionContextInternal(
726726
}
727727

728728
if (options.Has("textOptions")) {
729-
std::cout << "textOptions" << std::endl;
730729
Uint8Array textOptionsArray = Uint8ArrayFromValue(options["textOptions"], "textOptions");
731730

732731
std::unique_ptr<mongocrypt_binary_t, MongoCryptBinaryDeleter> binary(

0 commit comments

Comments
 (0)