Skip to content

Commit

Permalink
fix(console-log): remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Nov 1, 2022
1 parent d8179f6 commit a631fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Expand Up @@ -151,7 +151,6 @@ async function runGptPage(b: IHookEvent) {
return;
}

console.log(pageContents);
try {
const result = await openAI(pageContents, openAISettings);

Expand Down

0 comments on commit a631fc4

Please sign in to comment.