mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 19:51:29 +00:00
bayes filter: remove unnecessary debugging
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user