Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d06b0ae

Browse files
committedSep 7, 2024·
removing test string
1 parent 5ef0974 commit d06b0ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/objectExplorer/addConnectionTreeNode.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import * as LocalizedConstants from '../constants/locConstants';
1010
import { ObjectExplorerUtils } from './objectExplorerUtils';
1111

1212
export class AddConnectionTreeNode extends vscode.TreeItem {
13-
private _test = vscode.l10n.t('test');
1413

1514
constructor() {
1615
super(LocalizedConstants.msgAddConnection, vscode.TreeItemCollapsibleState.None);
@@ -22,6 +21,5 @@ export class AddConnectionTreeNode extends vscode.TreeItem {
2221
light: path.join(ObjectExplorerUtils.rootPath, 'add_light.svg'),
2322
dark: path.join(ObjectExplorerUtils.rootPath, 'add_dark.svg')
2423
};
25-
console.log(this._test);
2624
}
2725
}

0 commit comments

Comments
 (0)
Please sign in to comment.