Index: trunk/extensions/UploadWizard/resources/mw.Log.js |
— | — | @@ -5,9 +5,6 @@ |
6 | 6 | /** |
7 | 7 | * Log a string msg to the console |
8 | 8 | * |
9 | | - * all mw.log statements will be removed on minification so |
10 | | - * lots of mw.log calls will not impact performance in non debug mode |
11 | | - * |
12 | 9 | * @param {String} string String to output to console |
13 | 10 | */ |
14 | 11 | mw.log = function( s, level ) { |