From 7ce6d6c49e450c28f02a7005cbd2b6acc97771e3 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 10 Feb 2015 14:15:36 -0800 Subject: [PATCH] Remove obvious function-level profiling Change-Id: I16f2978a6028937e10a8fac66231646cc4078169 --- InputBox.classes.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/InputBox.classes.php b/InputBox.classes.php index 3393e7c7..cc030eac 100644 --- a/InputBox.classes.php +++ b/InputBox.classes.php @@ -625,8 +625,6 @@ class InputBox { * @param string $text Tag contents */ public function extractOptions( $text ) { - wfProfileIn( __METHOD__ ); - // Parse all possible options $values = array(); foreach ( explode( "\n", $text ) as $line ) { @@ -689,7 +687,6 @@ class InputBox { if ( !$this->isValidColor( $this->mBGColor ) ) { $this->mBGColor = 'transparent'; } - wfProfileOut( __METHOD__ ); } /**