Remove parent construct call since init() is used.

This commit is contained in:
Mike Jolley 2019-06-19 11:31:04 +01:00
parent 038bac16f5
commit 9a07e92eba
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ class WC_API extends WC_Legacy_API {
* @since 2.0
*/
public function __construct() {
parent::__construct();
$this->wc_api_init();
$this->rest_api_init();
}