File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1644,8 +1644,6 @@ export default class ConnectionManager {
16441644 if ( connectionString . includes ( ConnectionStore . CRED_CONNECTION_STRING_PREFIX ) ) {
16451645 const retrievedString = await this . connectionStore . lookupPassword ( profile , true ) ;
16461646 connectionString = retrievedString ?? connectionString ;
1647-
1648- // return "noStoredCredential"; // No connection string found in credential store; skip?
16491647 }
16501648
16511649 // merge profile from connection string with existing profile
@@ -1659,11 +1657,6 @@ export default class ConnectionManager {
16591657 ...profile ,
16601658 } ;
16611659
1662- // state.connectionProfile = await this.hydrateConnectionDetailsFromProfile(
1663- // connDetails,
1664- // state.connectionProfile,
1665- // );
1666-
16671660 const passwordIndex = connectionString . toLowerCase ( ) . indexOf ( "password=" ) ;
16681661
16691662 if ( passwordIndex !== - 1 ) {
You can’t perform that action at this time.
0 commit comments