1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 18:01:30 +00:00

bayes filter: remove unnecessary debugging

This commit is contained in:
Andrew Dolgov
2015-06-17 19:53:49 +03:00
parent 61c9ce6ae7
commit 47cd0bd551

View File

@@ -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];