mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
remove debugging message, merged from MOODLE_19_STABLE
This commit is contained in:
parent
47bf57d657
commit
2d035282fe
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue