From: Michael Dale Date: Sun, 8 Nov 2009 16:39:56 +0000 (+0000) Subject: removed debug statment X-Git-Tag: 1.31.0-rc.0~38878 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c2f93780ea4596ccde9f35356e97d20754afa7f5;p=lhc%2Fweb%2Fwiklou.git removed debug statment --- diff --git a/js2/mwEmbed/mv_embed.js b/js2/mwEmbed/mv_embed.js index 98e38fdccd..130c9f5c49 100644 --- a/js2/mwEmbed/mv_embed.js +++ b/js2/mwEmbed/mv_embed.js @@ -1172,7 +1172,7 @@ function mwdomReady( force ) { //js2AddOnloadHook: ensure jQuery and the DOM are ready function js2AddOnloadHook( func ) { - js_log('js2AddOnloadHook::' + func ); + //js_log('js2AddOnloadHook::' + func ); // If we have already run the DOM-ready function, just run the function directly: if( mvJsLoader.doneReadyEvents ) { func();