From f9e85569517a26e8a685c80d952852e27d2af605 Mon Sep 17 00:00:00 2001 From: zhangrengang Date: Mon, 16 Dec 2024 12:40:47 +0800 Subject: [PATCH] fix logger --- evolution_example | 2 +- soi/dot_plotter.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/evolution_example b/evolution_example index 1cd9de2..b738280 160000 --- a/evolution_example +++ b/evolution_example @@ -1 +1 @@ -Subproject commit 1cd9de2c0af8f0961db1e0450a0e8e032e11419c +Subproject commit b738280f980ba21032a9f5054e22c4417798e4e8 diff --git a/soi/dot_plotter.py b/soi/dot_plotter.py index 69986d5..0bd8627 100755 --- a/soi/dot_plotter.py +++ b/soi/dot_plotter.py @@ -204,7 +204,6 @@ def match_paptern(lab, pattern): # logger.info([lab, pattern]) match = re.compile(pattern).match(lab) if match: - logger.info(match.groups()) return match.groups()[0] else: return