Remove getCustomPrinter from ULS extension

Bug: T91457
Change-Id: I0cff2c687a40a4af3b0202255f59f4f37ea41788
This commit is contained in:
Justin Du
2016-01-18 15:37:26 -06:00
parent 304ccd4216
commit 0dea64ea86
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'];