remove a redundant print

release/4.3a0
Yong-Dian Jian 2012-06-27 16:35:15 +00:00
parent 7a9dd715e7
commit ef538f459e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace gtsam {
/* ************************************************************************* */
template<class CONDITIONAL>
void BayesNet<CONDITIONAL>::printStats(const std::string& s) const {
std::cout << s;
const size_t n = conditionals_.size();
size_t max_size = 0;
size_t total = 0;