XPIR-team / XPIR

XPIR: Private Information Retrieval for Everyone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with the print inside the library

AlbertoArdu opened this issue · comments

For our project we make use of the standard output to communicate with a python script. I think is better to avoid prints inside the library if DEBUG is not defined.
In the file PIRReplyExtraction_internal.cpp in function extractReply() there are printouts.

Hi,
thank you for your feedback. Can you test the fix above ? (branch feature/remove-verbosity-in-api)

Best,

Carlos
PS : If you like our project don't forget to star it :)

Hello!
Working perfectly well.
Thank you