Skip to content

Commit

Permalink
chore: removed printfn from renal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Bollen authored and Casper Bollen committed Jul 6, 2024
1 parent f70bb5c commit 1031605
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Informedica.GenForm.Lib/RenalRule.fs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ module RenalRule =
doseRule.Frequencies
|> Option.map (fun f -> vu / f)
)
printfn $"== going to apply:\n{rl}\nto:\n{dl}\nwith normQtyAdj:\n{normQtyAdj}\n\n"
{ dl with
Quantity =
dl.Quantity
Expand Down Expand Up @@ -515,7 +514,5 @@ module RenalRule =
rl.RateAdjust

}
|> fun x ->
printfn $"== result:\n{x}"; x
)
}

0 comments on commit 1031605

Please sign in to comment.