From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Wed, 15 Aug 2012 11:09:27 +0000 (+0400)
Subject: remove loading of test opml file in debug mode
X-Git-Tag: 1.6.0~150
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d3cface62d58aae453899aa5f93a36bd7f35b28d;p=tt-rss.git

remove loading of test opml file in debug mode
---

diff --git a/opml.php b/opml.php
index 64bf76cd..eab0b7b7 100644
--- a/opml.php
+++ b/opml.php
@@ -215,7 +215,7 @@
 		$debug = isset($_REQUEST["debug"]);
 		$doc = false;
 
-		if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
+		#if ($debug) $doc = DOMDocument::load("/tmp/test.opml");
 
 		if (is_file($_FILES['opml_file']['tmp_name'])) {
 			$doc = DOMDocument::load($_FILES['opml_file']['tmp_name']);