From 1912cd5046a0e83b83273c5e3fc97482d50df98c Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild365@gmail.com>
Date: Wed, 13 Jan 2016 10:32:59 -0600
Subject: [PATCH] Remove debug comment

---
 www/index.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index 448c463..a5b27aa 100644
--- a/www/index.php
+++ b/www/index.php
@@ -87,7 +87,6 @@ if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
                             $scannedContent = UNL_Search::removeRelativePaths($scannedContent, $_GET['u']);
                             break;
                         case 'contactinfo':
-                            //print_r($scannedContent);exit();
                             $scannedContent = preg_replace('#<h3>.*</h3>#', '', $scannedContent);
                             break;
                     }
-- 
GitLab