Skip to content

Commit 7618332

Browse files
authored
fix: Removed no open repositories message (#407)
1 parent 545baed commit 7618332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/treeView/dataProviders/svnProvider.ts

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default class SvnProvider implements TreeDataProvider<BaseNode> {
3333

3434
public async getChildren(element?: BaseNode): Promise<BaseNode[]> {
3535
if (!this.model || this.model.openRepositories.length === 0) {
36-
window.showInformationMessage("No Svn repositories open");
3736
return Promise.resolve([]);
3837
}
3938

0 commit comments

Comments
 (0)