From: John Darrington Date: Wed, 23 Dec 2009 19:11:06 +0000 (+0100) Subject: FACTOR: Remove diagnostic messages X-Git-Tag: lenny-x64-build83~2 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=fbc7e9617f218331dbf6580c220f03a632a72a2e FACTOR: Remove diagnostic messages --- diff --git a/src/language/stats/factor.c b/src/language/stats/factor.c index 15d9c129..ca09aa59 100644 --- a/src/language/stats/factor.c +++ b/src/language/stats/factor.c @@ -1033,9 +1033,6 @@ show_factor_matrix (const struct cmd_factor *factor, struct idata *idata, const { gsl_vector_const_view r1 = gsl_matrix_const_row (fm, 0); gsl_vector_const_view r2 = gsl_matrix_const_row (fm, 1); - - dump_vector (&r1.vector); - dump_vector (&r2.vector); } /* Initialise to the identity permutation */ @@ -1154,7 +1151,6 @@ show_explained_variance (const struct cmd_factor * factor, struct idata *idata, if (factor->print & PRINT_ROTATION) { - printf ("C is %d\n", c); tab_joint_text (t, c, 0, c + 2, 0, TAB_CENTER | TAT_TITLE, _("Rotation Sums of Squared Loadings")); c += 3; }