Skip to content

Commit 1a470d6

Browse files
Merge pull request #7 from AlioshaRabeshko/develop
v0.3.10
2 parents 27fd2bd + bff0c1e commit 1a470d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitsums",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Small utility to generate description for git changes with ai",
55
"scripts": {
66
"lint": "eslint . --ext .ts",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ async function main() {
9191
}
9292
);
9393

94-
console.log(argv);
9594
if (argv.hasOwnProperty('set-key')) {
9695
return await mainController.setKey(argv['set-key']);
9796
}

0 commit comments

Comments
 (0)