diff --git a/pymc/distributions/multivariate.py b/pymc/distributions/multivariate.py index 6513bfd5f4..b309449799 100644 --- a/pymc/distributions/multivariate.py +++ b/pymc/distributions/multivariate.py @@ -183,8 +183,6 @@ def quaddist_chol(value, mu, cov): # solve_triangular will raise if there are nans # (which happens if the cholesky fails) - chol_cov.dprint(print_type=True, depth=1) - posdef.dprint(print_type=True, depth=1) chol_cov = pt.switch(posdef[..., None, None], chol_cov, 1) delta = value - mu