git-aicommit 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/autocommit.js +0 -1
  2. package/package.json +1 -1
package/autocommit.js CHANGED
@@ -108,7 +108,6 @@ if (diff.length > 2000) {
108
108
  language: config.language,
109
109
  })
110
110
  .then((prompt) => {
111
- console.log(prompt)
112
111
  return openai.call(prompt)
113
112
  .then((res) => {
114
113
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-aicommit",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Generates auto commit messages with OpenAI GPT3 model",
5
5
  "main": "autocommit.js",
6
6
  "repository": "https://github.com/shanginn/autocommit",