Remove confusing comment.

This commit is contained in:
Andy Phillipson 2017-01-05 18:19:23 -05:00
commit 94539871ba

View file

@ -78,9 +78,6 @@ angular.module('copayApp.services')
// //
// UPGRADING STORAGE // UPGRADING STORAGE
// //
// TODO: prior to upgrading storage a backup of all storage should be captured and made available
// for export for recovery/debugging.
//
// Upgraders are executed in numerical order per the '##_' object key prefix. Each upgrader will run. // Upgraders are executed in numerical order per the '##_' object key prefix. Each upgrader will run.
// Each upgrader should detect storage configuraton and fail-safe; no upgrader should damage the ability // Each upgrader should detect storage configuraton and fail-safe; no upgrader should damage the ability
// of another to function properly (in order). Each upgrader should upgrade storage incrementally; storage // of another to function properly (in order). Each upgrader should upgrade storage incrementally; storage