remove debugging message, merged from MOODLE_19_STABLE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user