diff --git a/www/index.php b/www/index.php index 448c46317f37fe6dd1add4be3575f0fea8a6b9d5..a5b27aa876b4b690d5a37df8d239f4305159c320 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; }