From 0d6d45302537b859e27ea5dced2e644f5af073ab Mon Sep 17 00:00:00 2001 From: Jerome Hue <jerome.hue@cea.fr> Date: Wed, 18 Dec 2024 15:46:41 +0100 Subject: [PATCH] chore: Remove inapropriate use of log --- src/operator/MetaOperatorDefs/Leaky.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/operator/MetaOperatorDefs/Leaky.cpp b/src/operator/MetaOperatorDefs/Leaky.cpp index 5513323fd..70093bc98 100644 --- a/src/operator/MetaOperatorDefs/Leaky.cpp +++ b/src/operator/MetaOperatorDefs/Leaky.cpp @@ -18,8 +18,6 @@ std::shared_ptr<Node> Leaky(const int nbTimeSteps, const float threshold, const std::string &name) { - Log::warn("! Lots of parameters are hardcoded"); - auto microGraph = std::make_shared<GraphView>(); auto inputNode = Identity((!name.empty()) ? name + "_input" : ""); -- GitLab