From: Steinar H. Gunderson Date: Wed, 29 Aug 2012 21:35:34 +0000 (+0200) Subject: Remove some debug output. X-Git-Url: https://git.sesse.net/?p=wloh;a=commitdiff_plain;h=5c7f6b608feb901a5d2f1f65471c8816b6050d0f Remove some debug output. --- 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();