Skip to content

Commit

Permalink
removed unnecessary logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Sep 22, 2023
1 parent 68f8eb6 commit 7ec5159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spectrum_fundamentals/annotation/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def annotate_spectra(
raw_file_annotations.append(results)
results_df = pd.DataFrame(raw_file_annotations)
results_df.columns = ["INTENSITIES", "MZ", "CALCULATED_MASS", "removed_peaks"]
logger.info(f"Removed {results_df['removed_peaks'].describe()} redundant peaks")

return results_df

Expand Down

0 comments on commit 7ec5159

Please sign in to comment.