Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExtracts.php |
— | — | @@ -147,7 +147,6 @@ |
148 | 148 | $regexp = '/^(.*?)(?=<h[1-6]\b)/s'; |
149 | 149 | } |
150 | 150 | if ( preg_match( $regexp, $text, $matches ) ) { |
151 | | - wfDebugDieBacktrace(); |
152 | 151 | $text = $matches[0]; |
153 | 152 | } |
154 | 153 | return $text; |
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend |
___________________________________________________________________ |
Modified: svn:mergeinfo |
155 | 154 | Merged /trunk/extensions/MobileFrontend:r114319 |