summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/opml.php b/classes/opml.php
index b09653ca9..ac9e30f3d 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -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 (?, ?, ?, ?, ?)");