Remove getCustomPrinter from ULS extension
Bug: T91457 Change-Id: I0cff2c687a40a4af3b0202255f59f4f37ea41788
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user