Skip to content

Commit b016952

Browse files
committed
remove console log in tests
1 parent 4a3af45 commit b016952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ai/src/requests/request.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ describe('request methods', () => {
304304
expect(options).to.not.be.undefined;
305305
expect(options!.signal).to.not.be.undefined;
306306
const signal = options!.signal;
307-
console.log(signal);
308307
return new Promise((_resolve, reject): void => {
309308
const abortListener = (): void => {
310309
reject(new DOMException(signal?.reason || 'Aborted', 'AbortError'));

0 commit comments

Comments
 (0)