Skip to content

Commit d138e2d

Browse files
committed
update extension.ts
1 parent 52c59cb commit d138e2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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
/**
@@ -57,10 +56,6 @@ async function _autofill(uri?: string) {
5756
} else {
5857
_handleRepo(git);
5958
}
60-
61-
const templateName = await getCommitTemplateName()
62-
console.debug(templateName)
63-
6459
}
6560

6661
/**

0 commit comments

Comments
 (0)