Skip to content

Commit 95d4fa4

Browse files
fix: Removed the comment.
Removed the comment. The fix for removing the keytar keys merged as part of twilio/twilio-cli#264.
1 parent e326a31 commit 95d4fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/config.js

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ class ConfigData {
151151

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

0 commit comments

Comments
 (0)