Skip to content

Commit

Permalink
Remove debug statement (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Dec 1, 2023
1 parent c983aa9 commit 9b3d41e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/NFDB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,6 @@ function _evaluate_log_of_fac_elem(mC, P, e::FacElem{nf_elem, AnticNumberField},
for (b, n) in e
l = get!(D, b) do
bb = mC(pi^(-valuation(b, P)) * b)
push!(Main.elts, bb)

return log(bb)
end
res = res + n * l
Expand Down

0 comments on commit 9b3d41e

Please sign in to comment.