Skip to content

Commit

Permalink
rm extraneous print
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jul 27, 2021
1 parent 55521ee commit 532596f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MSGibbs01.jl
Expand Up @@ -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
Expand Down

0 comments on commit 532596f

Please sign in to comment.