Skip to content

Commit 78b25e9

Browse files
committed
remove redundant logging
1 parent f2fcb77 commit 78b25e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ispaq/PSD_metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def do_psd(concierge,starttime,endtime):
103103
# Run the PSD metric ----------------------------------------
104104
if any(key in function_metadata for key in ("PSD","PSDText")) :
105105
try:
106-
logger.info('Running evalresp')
107106
try:
108107
sampling_rate = utils.get_slot(r_stream, 'sampling_rate')
109108
evalresp = utils.getSpectra(r_stream, sampling_rate, "PSD", concierge)

0 commit comments

Comments
 (0)