From c2f93780ea4596ccde9f35356e97d20754afa7f5 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Sun, 8 Nov 2009 16:39:56 +0000 Subject: [PATCH] removed debug statment --- js2/mwEmbed/mv_embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1