Skip to content

Commit 7021331

Browse files
committed
update extension.ts
1 parent 22edfb2 commit 7021331

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/extension.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import * as vscode from "vscode";
88
import { API } from "./api/git";
99
import { makeAndFillCommitMsg } from "./autofill";
10-
import { getCommitTemplateName } from "./git/cli";
1110
import { getGitExtension } from "./gitExtension";
1211

1312
function _validateFoundRepos(git: API) {
@@ -84,10 +83,6 @@ async function _autofill(uri?: string) {
8483
} else {
8584
_handleRepo(git);
8685
}
87-
88-
const templateName = await getCommitTemplateName()
89-
console.debug(templateName)
90-
9186
}
9287

9388
/**

0 commit comments

Comments
 (0)