mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 16:21:28 +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);
|
||||
|
||||
print_r($result);
|
||||
//print_r($result);
|
||||
|
||||
if (count($result) == 3) {
|
||||
$prob_good = $result[$id_good];
|
||||
|
||||
Reference in New Issue
Block a user