From: cap2501 Date: Tue, 17 Oct 2006 15:52:05 +0000 (+0000) Subject: Disabled logging of Debug Messages to improve performance X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9569653d63f244dff485665a949be6535a027260;p=moodle.git Disabled logging of Debug Messages to improve performance --- diff --git a/lib/ajax/section_classes.js b/lib/ajax/section_classes.js index b08bd8272d..091ed74b0c 100755 --- a/lib/ajax/section_classes.js +++ b/lib/ajax/section_classes.js @@ -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) {