Skip to content
Snippets Groups Projects
Commit 004434eb authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Remove comments

parent c7f9f740
No related branches found
No related tags found
1 merge request!9Feature make standalone
...@@ -57,8 +57,8 @@ class LicenceStatus extends AbstractFormElement ...@@ -57,8 +57,8 @@ class LicenceStatus extends AbstractFormElement
private function checkLicenceKey() private function checkLicenceKey()
{ {
if (!LicenceCheckService::isTYPO3VersionSupported() if (!LicenceCheckService::isTYPO3VersionSupported()
// || !LicenceCheckService::isTimeForNextCheck() || !LicenceCheckService::isTimeForNextCheck()
// || LicenceCheckService::isInDevelopmentContext() || LicenceCheckService::isInDevelopmentContext()
) { ) {
return []; return [];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment