Skip to content

Commit

Permalink
fix: removendo log de erro indevido
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Sep 5, 2022
1 parent 9d73e88 commit f76debb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/VindiWoocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,4 @@ public function add_gateway($methods)
}
}

add_action('init', function() {
$subscription = wcs_get_subscription(158);
error_log( var_export( $subscription->get_status(), true));
});
add_action('plugins_loaded', array('WC_Vindi_Payment', 'get_instance'));

0 comments on commit f76debb

Please sign in to comment.