Merge "Remove getCustomPrinter from ULS extension"

This commit is contained in:
jenkins-bot
2016-01-25 14:43:52 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 5 deletions

View File

@@ -23,10 +23,6 @@
*/
class ApiLanguageSearch extends ApiBase {
public function getCustomPrinter() {
return $this->getMain()->createPrinterByName( 'json' );
}
public function execute() {
$params = $this->extractRequestParams();
$search = $params['search'];