We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f643c commit 1c6abd2Copy full SHA for 1c6abd2
frontend/components/License.pro.tsx
@@ -97,8 +97,6 @@ export default function License({ pluginSlug }: { pluginSlug: string }) {
97
activateLicense()
98
}, [])
99
100
- console.log('', proBuildCodeName, freeBuildCodeName)
101
-
102
return (
103
<div className="mb-12">
104
<Title level={5}>{__('License & Activation')}</Title>
0 commit comments