Minor cleanup

This commit is contained in:
Carlos Fernandez 2026-07-11 18:07:18 -04:00
parent 01a6ce7d78
commit e3e1ae2706

View file

@ -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;