remove extraneous tictoc print

release/4.3a0
Varun Agrawal 2022-10-22 18:29:05 -04:00
parent 453870e43e
commit 58a15c3385
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ void HybridSmoother::update(HybridGaussianFactorGraph graph,
// Add the partial bayes net to the posterior bayes net. // Add the partial bayes net to the posterior bayes net.
hybridBayesNet_.push_back<HybridBayesNet>(*bayesNetFragment); hybridBayesNet_.push_back<HybridBayesNet>(*bayesNetFragment);
tictoc_print_();
} }
/* ************************************************************************* */ /* ************************************************************************* */