Skip to content

Commit

Permalink
remove double logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Mar 15, 2024
1 parent 96d1f57 commit 5d4b4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cg_lims/EPPs/udf/calculate/qpcr_dilution.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def qpcr_dilution(
error_message = (
f"{failed_samples} sample(s) failed the QC! See the logs for further information."
)
LOG.error(error_message)
raise FailingQCError(error_message)

message = "Concentrations have been calculated and set for all samples!"
Expand Down

0 comments on commit 5d4b4fc

Please sign in to comment.