removed debug statment
authorMichael Dale <dale@users.mediawiki.org>
Sun, 8 Nov 2009 16:39:56 +0000 (16:39 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Sun, 8 Nov 2009 16:39:56 +0000 (16:39 +0000)
js2/mwEmbed/mv_embed.js

index 98e38fd..130c9f5 100644 (file)
@@ -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();