Removed extra print statement

release/4.3a0
Richard Roberts 2010-12-12 03:52:23 +00:00
parent 3a09395a01
commit 289ba3a75c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ TEST(Inference, UnobservedVariables) {
Permutation::shared_ptr colamd(Inference::PermutationCOLAMD(variableIndex));
colamd->print("colamd: ");
//colamd->print("colamd: ");
}
/* ************************************************************************* */