From 2d035282fe0b6086f06fcc9a77feeeab07a84b2b Mon Sep 17 00:00:00 2001 From: poltawski Date: Sat, 29 Dec 2007 12:07:08 +0000 Subject: [PATCH] remove debugging message, merged from MOODLE_19_STABLE --- blocks/html/block_html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/html/block_html.php b/blocks/html/block_html.php index e6665e01bb..19e3c198d9 100755 --- a/blocks/html/block_html.php +++ b/blocks/html/block_html.php @@ -41,7 +41,6 @@ class block_html extends block_base { } function restore_decode_absolute_links_in_config(&$config) { - debugging("In block_html::restore_decode_absolute_links_in_config"); // DONOTCOMMIT $oldtext = $config->text; $config->text = restore_decode_absolute_links($oldtext); return $config->text != $oldtext; -- 2.39.5