From 58a15c3385bb7fa3b9b14f78a059d9e78c0a182b Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sat, 22 Oct 2022 18:29:05 -0400 Subject: [PATCH] remove extraneous tictoc print --- gtsam/hybrid/HybridSmoother.cpp | 2 -- 1 file changed, 2 deletions(-) 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_(); } /* ************************************************************************* */