Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanJJ committed Jul 8, 2022
1 parent eb8059c commit 87bef30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion inc/class.mspecs-syncer.php
Expand Up @@ -74,7 +74,6 @@ protected function task($item){

protected function complete() {
parent::complete();
error_log('Syncing complete'); // TODO: Remove
}

public function download_subscriber_details(){
Expand Down
4 changes: 1 addition & 3 deletions inc/class.mspecs.php
Expand Up @@ -46,7 +46,7 @@ public static function register_post_types(){
),
'public' => false,
'hierarchical' => false,
'show_ui' => true, // TODO: Switch off
'show_ui' => true,
'menu_icon' => 'dashicons-admin-home',
'capability_type' => 'post', // TODO: Change?
'supports' => array('title', 'editor'),
Expand Down Expand Up @@ -153,8 +153,6 @@ public static function register_post_types(){
'capability_type' => 'post', // TODO: Change?
'supports' => array('title'),
)));

// TODO: Taxonomies?
}

public static function get_api_client(){
Expand Down

0 comments on commit 87bef30

Please sign in to comment.