From 48c3f5813b6dd4968e2a8f2d498d2b0ef29fab47 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 22 Jun 2015 00:35:21 -0700 Subject: [PATCH] removed printing --- tests/testGaussianJunctionTreeB.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testGaussianJunctionTreeB.cpp b/tests/testGaussianJunctionTreeB.cpp index 57890d876..98adfc1dc 100644 --- a/tests/testGaussianJunctionTreeB.cpp +++ b/tests/testGaussianJunctionTreeB.cpp @@ -85,9 +85,7 @@ TEST( GaussianJunctionTreeB, constructor2 ) { // create an ordering GaussianEliminationTree etree(*fg, ordering); SymbolicEliminationTree stree(*symbolic, ordering); - GTSAM_PRINT(stree); GaussianJunctionTree actual(etree); - GTSAM_PRINT(actual); Ordering o324; o324 += X(3), X(2), X(4);