Skip to content

Commit 353b2a4

Browse files
committed
cleanup
1 parent eb59a37 commit 353b2a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/controllers/connectionManager.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)