diff --git a/src/operator/MetaOperatorDefs/Leaky.cpp b/src/operator/MetaOperatorDefs/Leaky.cpp index 5513323fd7a003af029bf1bd454b9a1bf4185144..70093bc981d409ffed02a15bac3bf163c604adea 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" : "");