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; }