From dbf57e85d433cf6d48ff8bf5ff2cf7311f08f691 Mon Sep 17 00:00:00 2001 From: Wouter Lueks Date: Tue, 17 Mar 2020 09:28:32 +0100 Subject: [PATCH] Silent initialization of RELIC --- petrelic/bindings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/petrelic/bindings.py b/petrelic/bindings.py index 36437c8..b9f18fc 100644 --- a/petrelic/bindings.py +++ b/petrelic/bindings.py @@ -15,8 +15,6 @@ def __init__(self): RelicInitializer.initialized = True def __initialize_relic(self): - print("Initializing RELIC") - if _C.core_init() != RLC_OK: raise RuntimeError("Could not initialize RELIC core")