Remove error reporting as it's not working.
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/projectPages/specfile/index.php b/projectPages/specfile/index.php
index a7e67b6..b789e50 100644
--- a/projectPages/specfile/index.php
+++ b/projectPages/specfile/index.php
@@ -1,8 +1,3 @@
-<?php
-ini_set('display_startup_errors',1);
-ini_set('display_errors',1);
-error_reporting(-1);
-?>
<?php
$pageTitle = "Linux Tools - RPM integration";
$pageKeywords = "linux, eclipse, downloads";
@@ -47,6 +42,7 @@
EOHTML;
+
// Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>