X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.log.js;h=969e872d119d340f1aed95135453cce4e2bc5f79;hb=631c7f09c53017da49a1e0f99d52fd2c4cf95641;hp=4d23604ca19a05693f799fda8e04861a6ca1c8d1;hpb=3a2853e218acb586a00f2e59638de4176aee287f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.log.js b/resources/src/mediawiki/mediawiki.log.js index 4d23604ca1..969e872d11 100644 --- a/resources/src/mediawiki/mediawiki.log.js +++ b/resources/src/mediawiki/mediawiki.log.js @@ -13,16 +13,6 @@ var original = mw.log, slice = Array.prototype.slice; - /** - * Logs a message to the console in debug mode. - * - * In the case the browser does not have a console API, a console is created on-the-fly by appending - * a `
` element to the bottom of the body and then appending this and future - * messages to that, instead of the console. - * - * @member mw.log - * @param {...string} msg Messages to output to console. - */ mw.log = function () { // Turn arguments into an array var args = slice.call( arguments ),