Removing a stupid log message

This commit is contained in:
BlackLight 2010-10-26 01:04:21 +02:00
parent c095514f94
commit 820ca2151c
1 changed files with 0 additions and 1 deletions

View File

@ -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++;
}