Skip to content

Commit b35155a

Browse files
committed
removes debug printing
1 parent 271a57c commit b35155a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/algorithms/groebner-bases.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ function _core_groebner_basis(
138138
nr_gens = length(F)
139139
field_char = Int(characteristic(R))
140140

141-
println(field_char)
142-
println(I)
143-
144141
mon_order = 0
145142
elim_block_size = eliminate
146143
reduce_gb = Int(complete_reduction)

0 commit comments

Comments
 (0)