Skip to content

Commit

Permalink
no debug statements -- no worry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed Aug 21, 2024
1 parent f9eb4f1 commit 47cfd60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/SymbolicsGroebnerExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ function Symbolics.solve_multivar(eqs::Vector, vars::Vector{Num}; dropmultiplici
sol = solve_zerodim(eqs, vars; dropmultiplicity=dropmultiplicity, warns=warns)
!isnothing(sol) && return sol
tr_basis = transendence_basis(eqs, vars)
@info "" tr_basis
isempty(tr_basis) && return nothing
vars_gen = setdiff(vars, tr_basis)
sol = solve_zerodim(eqs, vars_gen; dropmultiplicity=dropmultiplicity, warns=warns)
Expand Down

0 comments on commit 47cfd60

Please sign in to comment.