Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -384,7 +384,6 @@ |
385 | 385 | * Gets the complete contents of the iframe (in plain text, not HTML) |
386 | 386 | */ |
387 | 387 | 'getContents': function() { |
388 | | - console.log( 'getContents' ); |
389 | 388 | // FIXME: Evil ua-sniffing action! |
390 | 389 | if ( $.browser.name == 'msie' ) { |
391 | 390 | return context.$content.text(); |