Skip to content

Commit 6f15b66

Browse files
committed
Less noise
1 parent 2d1d1df commit 6f15b66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mpoly.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ class FGenPoly : public CMSat::FieldGen {
186186

187187
FGenPoly(int nvars) : ctx(std::make_shared<AutoPoly>(nvars)) {}
188188

189-
~FGenPoly() override {
190-
std::cout << "use cnt: " << ctx.use_count() << std::endl;
191-
}
192-
193189
std::unique_ptr<CMSat::Field> zero() const override {
194190
fmpq_mpoly_t val;
195191
fmpq_mpoly_init(val, ctx->ctx);

0 commit comments

Comments
 (0)