From: Andrew Dolgov Date: Tue, 5 Dec 2017 07:18:54 +0000 (+0300) Subject: opml_import_filter: remove debugging X-Git-Tag: 18.8~129 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=99b23daee6196755b921a7d8c3d0de5f19b5127b;p=tt-rss.git opml_import_filter: remove debugging --- diff --git a/classes/opml.php b/classes/opml.php index b09653ca..ac9e30f3 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 (?, ?, ?, ?, ?)");