From f8562fab8571747521e332dbbe4e67df4ba35895 Mon Sep 17 00:00:00 2001 From: corentinberge <33965571+corentinberge@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:11:59 +0200 Subject: [PATCH] Update logger.cpp --- src/debug/logger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index 6ebcaaf..52e6cd1 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -61,7 +61,6 @@ namespace dynamicgraph (m_lv==VERBOSITY_INFO_WARNING_ERROR && isDebugMsg(type))) return; - //TODO Modif ici // if print is allowed by current verbosity level if( isStreamMsg(type)) { -- GitLab