From 805ac7e61451b286f27d2cedd39878595f4ab10f Mon Sep 17 00:00:00 2001 From: Dongfang Zhao Date: Tue, 24 Dec 2024 01:47:20 +0000 Subject: [PATCH] remove debug message --- src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp b/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp index 3326ed4a..036f3831 100644 --- a/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp +++ b/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp @@ -209,7 +209,7 @@ Ciphertext PKEBFVRNS::Encrypt(DCRTPoly ptxt, const PublicKey ciphertext->SetElements({std::move((*ba)[0]), std::move((*ba)[1])}); ciphertext->SetNoiseScaleDeg(1); - std::cout << "=====HPDIC DEBUG===== File: " << __FILE__ << ", Line: " << __LINE__ << std::endl; + // std::cout << "=====HPDIC DEBUG===== File: " << __FILE__ << ", Line: " << __LINE__ << std::endl; return ciphertext; }