Browse Source

bug has been squashed

Stan Gurtler 2 years ago
parent
commit
1c6a298337
2 changed files with 0 additions and 4 deletions
  1. 0 2
      prsona/src/base.cpp
  2. 0 2
      prsona/src/server.cpp

+ 0 - 2
prsona/src/base.cpp

@@ -115,8 +115,6 @@ bool PrsonaBase::set_EG_blind_generator(
         return false;
     }
 
-    std::cout << "EG Blind Generator: " << std::hex << currGenerator << std::dec << std::endl;
-
     elGamalBlindGeneratorProof = pi;
     elGamalBlindGenerator = currGenerator;
     return true;

+ 0 - 2
prsona/src/server.cpp

@@ -422,8 +422,6 @@ bool PrsonaServer::initialize_fresh_generator(
         return false;
     }
 
-    std::cout << "Fresh Generator: " << std::hex << firstGenerator << std::dec << std::endl;
-
     currentGeneratorProof = pi;
     currentFreshGenerator = firstGenerator;
     return true;