diff --git a/gtsam/hybrid/HybridSmoother.cpp b/gtsam/hybrid/HybridSmoother.cpp index 34f28ff803..918b20341c 100644 --- a/gtsam/hybrid/HybridSmoother.cpp +++ b/gtsam/hybrid/HybridSmoother.cpp @@ -74,11 +74,6 @@ void HybridSmoother::update(const HybridGaussianFactorGraph &graph, ordering = *given_ordering; } - // graph.print("Original GRAPH"); - // GTSAM_PRINT(updatedGraph); - // GTSAM_PRINT(hybridBayesNet_); - // GTSAM_PRINT(ordering); - // Eliminate. HybridBayesNet bayesNetFragment = *updatedGraph.eliminateSequential(ordering);