remove print statements

release/4.3a0
Varun Agrawal 2022-09-11 16:44:18 -04:00
parent b5eaaabcb5
commit 858193d5df
1 changed files with 0 additions and 2 deletions

View File

@ -293,8 +293,6 @@ hybridElimination(const HybridGaussianFactorGraph &factors,
return exp(-factor->error(empty_values));
};
DecisionTree<Key, double> fdt(separatorFactors, factorError);
std::cout << "\n\nFactor Decision Tree" << std::endl;
fdt.print("", GTDKeyFormatter, [](double x) { return std::to_string(x); });
auto discreteFactor =
boost::make_shared<DecisionTreeFactor>(discreteSeparator, fdt);