Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Dec 5, 2024
1 parent 721db72 commit cd82c13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/util/treeViewUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,7 @@ export function getServerTreeItem(server: ServerState): vscode.TreeItem {
isRunning,
});

const description = getServerDescription(
connectionCount,
isManaged
// server.label
);
const description = getServerDescription(connectionCount, isManaged);

const urlStr = server.url.toString();

Expand Down

0 comments on commit cd82c13

Please sign in to comment.