diff options
Diffstat (limited to 'source/options-storage.ts')
| -rw-r--r-- | source/options-storage.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/options-storage.ts b/source/options-storage.ts index 86a5c1ec..f18a2b13 100644 --- a/source/options-storage.ts +++ b/source/options-storage.ts @@ -18,7 +18,6 @@ const defaults = Object.assign({ logHTTP: false, }, Object.fromEntries(__features__.map(id => [`feature:${id}`, true]))); -// TODO[2021-10-01]: Drop classes `muted-link`, `link-gray`, `link-gray-dark`, `text-gray`, `text-gray-light`, `text-gray-dark`, `text-green`, `text-red` `text-blue` #4021 const migrations = [ featureWasRenamed('separate-draft-pr-button', 'one-click-pr-or-gist'), // Merged in May featureWasRenamed('prevent-pr-commit-link-loss', 'prevent-link-loss'), // Merged in May |
