Skip to content

Commit

Permalink
fix: Removed the comment.
Browse files Browse the repository at this point in the history
Removed the comment. The fix for removing the keytar keys merged as part of twilio/twilio-cli#264.
  • Loading branch information
ravali-rimmalapudi committed Jul 1, 2021
1 parent e326a31 commit 95d4fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class ConfigData {

// Remove if existing in historical projects.
if (existing) {
// Remove from Keytar : DI-1352
this.projects = this.projects.filter((p) => p.id !== existing.id);
}

Expand Down

0 comments on commit 95d4fa4

Please sign in to comment.