diff --git a/blocks/html/block_html.php b/blocks/html/block_html.php index e6665e01bbf..19e3c198d9f 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;