opml_import_filter: remove debugging
This commit is contained in:
parent
c4a08e4ff0
commit
99b23daee6
|
@ -357,7 +357,7 @@ class Opml extends Handler_Protected {
|
|||
$inverse = bool_to_sql_bool($filter["inverse"]);
|
||||
$title = $filter["title"];
|
||||
|
||||
print "F: $title, $inverse, $enabled, $match_any_rule";
|
||||
//print "F: $title, $inverse, $enabled, $match_any_rule";
|
||||
|
||||
$sth = $this->pdo->prepare("INSERT INTO ttrss_filters2 (match_any_rule,enabled,inverse,title,owner_uid)
|
||||
VALUES (?, ?, ?, ?, ?)");
|
||||
|
|
Loading…
Reference in New Issue