From 532596f767fe2ddf071286fde223b8110a84790a Mon Sep 17 00:00:00 2001 From: dehann Date: Tue, 27 Jul 2021 04:31:16 -0400 Subject: [PATCH] rm extraneous print --- src/MSGibbs01.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MSGibbs01.jl b/src/MSGibbs01.jl index bf2284d..c94bb52 100644 --- a/src/MSGibbs01.jl +++ b/src/MSGibbs01.jl @@ -181,7 +181,6 @@ function gaussianProductMeanCov!( glb::GbGlb, checkpartials = (bv->bv[dim]).(glb.partialDimMask) # incorporate skip skip <= 0 ? nothing : (checkpartials[skip]=false) - println(" checkpartials=$(checkpartials)") if !any(checkpartials) # zero introduces no artificial information return nothing