mirror of
https://github.com/moodle/moodle.git
synced 2025-04-30 13:28:28 +02:00
Disabled logging of Debug Messages to improve performance
This commit is contained in:
parent
181eb9dd1f
commit
9569653d63
@ -26,7 +26,7 @@ function section_class(id, group, config, isDraggable) {
|
||||
YAHOO.extend(section_class, YAHOO.util.DDProxy);
|
||||
|
||||
|
||||
section_class.prototype.debug = true;
|
||||
section_class.prototype.debug = false;
|
||||
|
||||
|
||||
section_class.prototype.init_section = function(id, group, config, isDraggable) {
|
||||
@ -446,7 +446,7 @@ function resource_class(id,group,config,parentObj) {
|
||||
YAHOO.extend(resource_class, YAHOO.util.DDProxy);
|
||||
|
||||
|
||||
resource_class.prototype.debug = true;
|
||||
resource_class.prototype.debug = false;
|
||||
|
||||
|
||||
resource_class.prototype.init_resource = function(id,group,config,parentObj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user