From 3c492a2ff74209e3d1cdf09619c6e8edc053d08c Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 20 Oct 2020 11:34:55 -0230 Subject: [PATCH] Remove incorrect Migrator comment (#9659) This change removes an incorrect comment about migrations --- app/scripts/migrations/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/scripts/migrations/index.js b/app/scripts/migrations/index.js index a3dc86e29..b10848db1 100644 --- a/app/scripts/migrations/index.js +++ b/app/scripts/migrations/index.js @@ -1,9 +1,3 @@ -/* The migrator has two methods the user should be concerned with: - * - * getData(), which returns the app-consumable data object - * saveData(), which persists the app-consumable data object. - */ - // Migrations must start at version 1 or later. // They are objects with a `version` number // and a `migrate` function.