removed printing

release/4.3a0
Frank Dellaert 2015-06-22 00:35:21 -07:00
parent 304f12b106
commit 48c3f5813b
1 changed files with 0 additions and 2 deletions

View File

@ -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);