Index: trunk/extensions/MobileFrontend/api/ApiQueryExtracts.php |
— | — | @@ -148,7 +148,6 @@ |
149 | 149 | $regexp = '/^(.*?)(?=<h[1-6]\b)/s'; |
150 | 150 | } |
151 | 151 | if ( preg_match( $regexp, $text, $matches ) ) { |
152 | | - wfDebugDieBacktrace(); |
153 | 152 | $text = $matches[0]; |
154 | 153 | } |
155 | 154 | return $text; |