From f7707380b79be465c7bcb24826d6786234d9b609 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 7 Feb 2024 13:14:58 -0500 Subject: [PATCH] This method is hit THOUSANDS of times per run, completely cluttering production logs --- fatools/lib/fautil/mixin2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fatools/lib/fautil/mixin2.py b/fatools/lib/fautil/mixin2.py index 8442fd3..9919769 100644 --- a/fatools/lib/fautil/mixin2.py +++ b/fatools/lib/fautil/mixin2.py @@ -63,8 +63,6 @@ def assign(self): def get_alleles(self, broad_peaks_only=True): - cerr('***** Entering ChannelMixin.get_alleles *****') - if self.status == const.channelstatus.reseted: # create alleles first raise RuntimeError('E: channel needs to be scanned first')