Skip to content

Commit f9e8556

Browse files
author
zhangrengang
committed
fix logger
1 parent b4763fa commit f9e8556

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

evolution_example

soi/dot_plotter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def match_paptern(lab, pattern):
204204
# logger.info([lab, pattern])
205205
match = re.compile(pattern).match(lab)
206206
if match:
207-
logger.info(match.groups())
208207
return match.groups()[0]
209208
else:
210209
return

0 commit comments

Comments
 (0)