Skip to content
Snippets Groups Projects
Commit 0d6d4530 authored by Jerome Hue's avatar Jerome Hue Committed by Olivier BICHLER
Browse files

chore: Remove inapropriate use of log

parent 222ee14f
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!283[Add] Operator Leaky_MetaOperator
......@@ -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" : "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment