Skip to content

Commit be5fd08

Browse files
committed
clean up
1 parent 27dfe2d commit be5fd08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/docs-yaml/src/helper/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const output = window.createOutputChannel('docs-yaml');
99
* @param Uri
1010
*/
1111
export function getRepoName(workspacePath: Uri) {
12-
// let repoName;
1312
const repo = workspace.getWorkspaceFolder(workspacePath);
1413
if (repo) {
1514
const repoName = repo.name;

0 commit comments

Comments
 (0)