From: Trevor Parscal Date: Thu, 9 Sep 2010 19:54:04 +0000 (+0000) Subject: Removed depencency on wfProfile* X-Git-Tag: 1.31.0-rc.0~35076 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=d459d72954cca9b28523215b9c7cf86bcbd1213c;p=lhc%2Fweb%2Fwiklou.git Removed depencency on wfProfile* --- diff --git a/includes/JSMin.php b/includes/JSMin.php index 9b42ca0ba3..5c8391d3db 100644 --- a/includes/JSMin.php +++ b/includes/JSMin.php @@ -60,10 +60,8 @@ class JSMin { // -- Public Static Methods -------------------------------------------------- public static function minify( $js ) { - wfProfileIn( __METHOD__ ); $jsmin = new JSMin( $js ); $ret = $jsmin->min(); - wfProfileOut( __METHOD__ ); return $ret; }