Skip to content

Commit b7ae234

Browse files
committed
Fix
1 parent 7cf2399 commit b7ae234

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/controllers/LLMController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export class LLMController {
148148
try {
149149
this.responseCallback('');
150150
this.isGeneratingCallback(true);
151-
console.log('INPUT:', input);
152151
await this.nativeModule.forward(input);
153152
} catch (e) {
154153
throw new Error(getError(e));

0 commit comments

Comments
 (0)