diff --git a/apps/meteor/ee/app/license/server/startup.ts b/apps/meteor/ee/app/license/server/startup.ts index cb4bc56089e7..765a4205a1a7 100644 --- a/apps/meteor/ee/app/license/server/startup.ts +++ b/apps/meteor/ee/app/license/server/startup.ts @@ -94,7 +94,6 @@ settings.onReady(async () => { License.onBehaviorTriggered('disable_modules', async (context) => syncByTrigger(`disable_modules_${context.limit}`)); - // License.onBehaviorTriggered('invalidate_license', async () => syncByTrigger('invalidate_license')); }); License.setLicenseLimitCounter('activeUsers', () => Users.getActiveLocalUserCount());