Skip to content

Commit

Permalink
Remove logger messages
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Muenker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Feb 18, 2024
1 parent e4a01c2 commit 7215625
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyfda/plot_widgets/plot_impz.py
Expand Up @@ -319,7 +319,6 @@ def process_sig_rx(self, dict_sig=None):
# logger.warning(
# f"SIG_RX - needs_calc: {self.needs_calc} | vis: {self.isVisible()}\n"
# f"{pprint_log(dict_sig)}\n")
logger.warning(f'SIG_RX: "{pprint_log(dict_sig)}"')

if dict_sig['id'] == id(self):
# logger.debug(f'Stopped infinite loop: "{first_item(dict_sig)}"')
Expand Down
1 change: 0 additions & 1 deletion pyfda/plot_widgets/tran/plot_tran_stim.py
Expand Up @@ -256,7 +256,6 @@ def add_signal(stim: np.ndarray, add_sig: np.ndarray):
N_last = N_first + N_frame # calculate last element index
frm_slc = slice(N_first, N_last) # current slice
n = np.arange(N_first, N_last) # create frame index vector
logger.error(f"T_S = {fb.fil[0]['T_S']}")
t = n * fb.fil[0]['T_S'] # create time vector
noi = 0 # fallback when no noise is selected
# ====================================================================
Expand Down

0 comments on commit 7215625

Please sign in to comment.