From 820ca2151cac69c51b97f9208f4cfa075d771bf7 Mon Sep 17 00:00:00 2001 From: BlackLight Date: Tue, 26 Oct 2010 01:04:21 +0200 Subject: [PATCH] Removing a stupid log message --- correlation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/correlation.c b/correlation.c index 7cfb252..97e848b 100644 --- a/correlation.c +++ b/correlation.c @@ -1362,7 +1362,6 @@ AI_alert_correlation_thread ( void *arg ) if ( bayesian_correlation != 0.0 && config->bayesianCorrelationInterval != 0 ) { corr->correlation += AI_bayesian_correlation_weight() * bayesian_correlation; - _dpd.logMsg ( "bayesian probability: %f\n", bayesian_correlation ); n_correlations++; }