Skip to content
Snippets Groups Projects
Commit 1912cd50 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Remove debug comment

parent f105d894
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment