From e3e1ae270637b43627e957c7de7e629b1219e8e7 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sat, 11 Jul 2026 18:07:18 -0400 Subject: [PATCH] Minor cleanup --- module/systemRegistration/migration-handlers/base.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/systemRegistration/migration-handlers/base.mjs b/module/systemRegistration/migration-handlers/base.mjs index 737ff562..1ae90d20 100644 --- a/module/systemRegistration/migration-handlers/base.mjs +++ b/module/systemRegistration/migration-handlers/base.mjs @@ -12,7 +12,6 @@ export class MigrationHandlerBase { // todo: handle more than just migrating effects. Right now this can only migrate effects // NOTE: the preload is hardcoded, we should not hardcode it - // note: last update costs as 5 on the progress const numActors = game.actors.length; const numItems = game.items.length; const finalUpdateProgress = 5;