Index: branches/js2-work/phase3/js/mwEmbed/jsScriptLoader.php |
— | — | @@ -622,7 +622,7 @@ |
623 | 623 | |
624 | 624 | // Strip out mw.log debug lines (if not in debug mode) |
625 | 625 | if( !$this->debug ){ |
626 | | - //$str = preg_replace('/\n\s*mw\.log\(([^\)]*\))*\s*[\;\n]/U', "\n", $str); |
| 626 | + $str = preg_replace('/\n\s*mw\.log\(([^\)]*\))*\s*[\;\n]/U', "\n", $str); |
627 | 627 | } |
628 | 628 | |
629 | 629 | // Do language swap by index: |