Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Bills committed Aug 12, 2022
1 parent 4e6f790 commit df948a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/Dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public static function init () {
public static function maybe_start_plugin () {
$result = self::check_dependencies();

//var_dump( $result ); die;

if ( $result['success'] ) {
do_action( Loader::get_hook_start_plugin() );
} else {
Expand Down

0 comments on commit df948a1

Please sign in to comment.