remove extraneous tictoc print
parent
453870e43e
commit
58a15c3385
|
@ -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_();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue