From 1e8c7a5d1b8f700b893404e793849de6c8b54dfb Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Mon, 9 Oct 2023 17:56:14 -0300 Subject: [PATCH] Apply suggestions from code review --- apps/meteor/ee/app/license/server/startup.ts | 1 - 1 file changed, 1 deletion(-) 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());