remove extra prints

release/4.3a0
Varun Agrawal 2024-08-21 20:12:23 -04:00
parent 30bf261c15
commit bfaff504df
1 changed files with 0 additions and 2 deletions

View File

@ -517,8 +517,6 @@ TEST(GaussianMixtureFactor, DifferentCovariancesFG) {
// Check that the error values at the MLE point μ.
AlgebraicDecisionTree<Key> errorTree = hbn->errorTree(cv);
hbn->errorTree(cv).print();
hbn2->errorTree(cv).print();
DiscreteValues dv0{{M(1), 0}};
DiscreteValues dv1{{M(1), 1}};