Removing deprecated references and files
This commit is contained in:
@@ -1068,10 +1068,6 @@ function check_workspace_disabled_code($args, $opts)
|
||||
foreach ($arrayWorkspace as $value) {
|
||||
$workspace = $value;
|
||||
|
||||
if (!$workspace->pmLicensedFeaturesVerifyFeature("B0oWlBLY3hHdWY0YUNpZEtFQm5CeTJhQlIwN3IxMEkwaG4=")) {
|
||||
throw new Exception("Error: This command cannot be used because your license does not include it.");
|
||||
}
|
||||
|
||||
echo "> Workspace: " . $workspace->name . "\n";
|
||||
try {
|
||||
$arrayFoundDisabledCode = $workspace->getDisabledCode();
|
||||
|
||||
Reference in New Issue
Block a user