Skip to content

Commit

Permalink
chore: cleanup debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 4, 2024
1 parent 99fb51b commit 5eb5ed2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "give-cloudflare-turnstile",
"private": true,
"main": "index.js",
"scripts": {
"dev": "wp-scripts start",
"start": "wp-scripts start",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip"
},
"author": "GiveWP",
"license": "ISC",
"files": [
"givewp-cloudflare-turnstile.php",
"build",
"src",
"vendor",
"package-lock.json",
"readme.txt",
"README.md"
],
"dependencies": {
"@marsidev/react-turnstile": "^1.0.2",
"@wordpress/scripts": "^27.5.0"
}
"name": "give-cloudflare-turnstile",
"private": true,
"main": "index.js",
"scripts": {
"dev": "wp-scripts start",
"start": "wp-scripts start",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip"
},
"author": "GiveWP",
"license": "ISC",
"files": [
"givewp-cloudflare-turnstile.php",
"build",
"src",
"vendor/composer",
"vendor/autoload.php",
"package-lock.json",
"readme.txt",
"README.md"
],
"dependencies": {
"@marsidev/react-turnstile": "^1.0.2",
"@wordpress/scripts": "^27.5.0"
}
}
2 changes: 0 additions & 2 deletions src/Addon/ActivationBanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function show(): void
'testing' => false, // Never leave true.
];

ray($args);

new Give_Addon_Activation_Banner($args);
}
}

0 comments on commit 5eb5ed2

Please sign in to comment.