1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove incorrect Migrator comment (#9659)

This change removes an incorrect comment about migrations
This commit is contained in:
Whymarrh Whitby 2020-10-20 11:34:55 -02:30 committed by GitHub
parent a9a432db0c
commit 3c492a2ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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