Skip to content

Commit a068c37

Browse files
committed
Remove logger warning
1 parent e15e516 commit a068c37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

indra/sources/omnipath/processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def _stmt_from_op_lr(self, ligrec_json):
9494
continue
9595
if len(lr_entry['sources']) == 1 and \
9696
lr_entry['sources'][0].lower() in ignore_srcs:
97-
logger.warning('Protmapper only source, skipping...')
9897
continue
9998

10099
# Assemble evidence

0 commit comments

Comments
 (0)