Skip to content

Commit e144b7f

Browse files
committed
remove debug statements
1 parent 0349fe2 commit e144b7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/algorithms/groebner-bases.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,10 @@ function _core_groebner_basis(
176176
ptr = reinterpret(Ptr{Int32}, gb_cf[])
177177
jl_cf = Base.unsafe_wrap(Array, ptr, nr_terms)
178178

179-
println(intersect)
180179
if intersect == true
181180
basis = _convert_finite_field_array_to_abstract_algebra(
182181
jl_ld, jl_len, jl_cf, jl_exp, R, eliminate)
183182
else
184-
println("Hi")
185183
basis = _convert_finite_field_array_to_abstract_algebra(
186184
jl_ld, jl_len, jl_cf, jl_exp, R, 0)
187185
end

0 commit comments

Comments
 (0)