Skip to content

Commit 5d8466e

Browse files
committed
feat: remove unused variable
1 parent 5840320 commit 5d8466e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

inc/class/class-bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace J7\WpReactPlugin;
99

1010
use Kucrut\Vite;
11-
use TGM_Plugin_Activation;
1211

1312
/**
1413
* Class Bootstrap

plugin.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ public function __construct() {
114114
public function check_required_plugins() {
115115
$instance = TGM_Plugin_Activation::get_instance();
116116
$is_tgmpa_complete = $instance->is_tgmpa_complete();
117-
ob_start();
118-
print_r( $is_tgmpa_complete ? 'TGMPA is complete' : 'TGMPA is not complete' );
119-
\J7\WpToolkit\Utils::debug_log( '' . ob_get_clean() );
120117

121118
if ( $is_tgmpa_complete ) {
122119
self::$dir = \untrailingslashit( \wp_normalize_path( \plugin_dir_path( __FILE__ ) ) );

0 commit comments

Comments
 (0)