Skip to content

Commit afb6629

Browse files
committed
rm console logs
1 parent de2d610 commit afb6629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/popup/popup.ts

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function processCode(
148148
analyzeCodeResponse && analyzeCodeResponse.classList.add('hidden');
149149
fixCodeContainer && fixCodeContainer.classList.remove('hidden');
150150
}
151-
console.log('prompt', prompt);
152151

153152
let response = '';
154153
Promise.race([

0 commit comments

Comments
 (0)