From 0417595806a71b7e02b8c9e4287e231a4925d5a5 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sat, 11 Jul 2026 18:35:05 -0400 Subject: [PATCH] Remove outdated comment --- 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 14558791..7426570d 100644 --- a/module/systemRegistration/migration-handlers/base.mjs +++ b/module/systemRegistration/migration-handlers/base.mjs @@ -23,7 +23,6 @@ export class MigrationHandlerBase { } async migrate() { - // todo: handle migrations, but have a way for a migration handler to specify if migrations are handled // todo: handle more than just migrating effects. Right now this can only migrate effects // NOTE: the preload is hardcoded, we should not hardcode it