Skip to content

Commit 19007d8

Browse files
committed
dont log bytelength
1 parent 1cb8692 commit 19007d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/worker/src/worker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ export default {
300300
},
301301
];
302302
let response: AiTextGenerationOutput;
303-
console.log(blob.byteLength);
304303
try {
305304
if (blob.byteLength === 0) {
306305
// @ts-expect-error broken bindings

0 commit comments

Comments
 (0)