diff --git a/gtsam/hybrid/HybridSmoother.cpp b/gtsam/hybrid/HybridSmoother.cpp index 585ca5309..07a7a4e77 100644 --- a/gtsam/hybrid/HybridSmoother.cpp +++ b/gtsam/hybrid/HybridSmoother.cpp @@ -47,8 +47,6 @@ void HybridSmoother::update(HybridGaussianFactorGraph graph, // Add the partial bayes net to the posterior bayes net. hybridBayesNet_.push_back(*bayesNetFragment); - - tictoc_print_(); } /* ************************************************************************* */