From c06ec32bd468a452b5909c0b95b55c225c1e2e76 Mon Sep 17 00:00:00 2001 From: Christoph Hansknecht Date: Wed, 10 Apr 2024 12:10:52 +0200 Subject: [PATCH] Remove superfluous print --- test/mono.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mono.jl b/test/mono.jl index 924833b..5bca173 100644 --- a/test/mono.jl +++ b/test/mono.jl @@ -144,8 +144,6 @@ import MultivariatePolynomials as MP @testset "Antidifferentiation" begin @ncpolyvar x y z - @info typeof(x) - m = x mi = DynamicPolynomials.MP.antidifferentiate(m, y) @test mi == x * y