From 95d4fa487886cc05efa75effc38e315d0393ef7c Mon Sep 17 00:00:00 2001 From: ravali-rimmalapudi <83863595+ravali-rimmalapudi@users.noreply.github.com> Date: Thu, 1 Jul 2021 09:26:01 +0530 Subject: [PATCH] fix: Removed the comment. Removed the comment. The fix for removing the keytar keys merged as part of https://github.com/twilio/twilio-cli/pull/264. --- src/services/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/config.js b/src/services/config.js index 8889b6a6..4e0c2a6a 100644 --- a/src/services/config.js +++ b/src/services/config.js @@ -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); }