Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
darnstrom committed Nov 4, 2024
1 parent fbebe61 commit 968527e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function denormalize(F::AbstractMatrix,scaling,translation;hps=false)
return Fn
end
function denormalize(cr::CriticalRegion,scaling,translation)
println(denormalize(cr.Ath,cr.bth,scaling,translation))
if !isempty(cr.Ath)
An,bn = denormalize(cr.Ath,cr.bth,scaling,translation)
else
Expand Down

0 comments on commit 968527e

Please sign in to comment.