From 7e040a15edd87a27abd1f3c6a6a6956189afce4d Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 11 Apr 2007 13:21:52 +0000 Subject: [PATCH] MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php; merged from MOODLE_18_STABLE --- admin/mnet/trustedhosts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/mnet/trustedhosts.php b/admin/mnet/trustedhosts.php index 9c04203d0d..06243a917a 100644 --- a/admin/mnet/trustedhosts.php +++ b/admin/mnet/trustedhosts.php @@ -49,7 +49,6 @@ /// If data submitted, process and store if (($form = data_submitted()) && confirm_sesskey()) { - echo 'a'; $hostlist = preg_split("/[\s,]+/", $form->hostlist); foreach($hostlist as $host) { list($address, $mask) = explode('/', $host.'/'); -- 2.39.5