bayes filter: remove unnecessary debugging
This commit is contained in:
parent
61c9ce6ae7
commit
47cd0bd551
|
@ -270,7 +270,7 @@ class Af_Sort_Bayes extends Plugin {
|
||||||
|
|
||||||
$result = $nb->categorize($bayes_content);
|
$result = $nb->categorize($bayes_content);
|
||||||
|
|
||||||
print_r($result);
|
//print_r($result);
|
||||||
|
|
||||||
if (count($result) == 3) {
|
if (count($result) == 3) {
|
||||||
$prob_good = $result[$id_good];
|
$prob_good = $result[$id_good];
|
||||||
|
|
Loading…
Reference in New Issue