From 5c7f6b608feb901a5d2f1f65471c8816b6050d0f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 29 Aug 2012 23:35:34 +0200 Subject: [PATCH] Remove some debug output. --- bayeswf.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bayeswf.cpp b/bayeswf.cpp index bf92cc8..205aaab 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -275,8 +275,6 @@ void compute_mu_uncertainty(const float *mu, const vector &players) void process_file(const char *filename) { - printf("%s...\n", filename); - global_sigma = 70.0f; prior_sigma = 70.0f; matches_for_player.clear(); -- 2.39.2