Skip to content

Commit e8f725d

Browse files
committed
chore: remove console.log
1 parent a9b3bae commit e8f725d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/mcp-server-supabase/src/eszip.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class Source implements UnderlyingSource<Uint8Array> {
6969
}
7070

7171
async pull() {
72-
console.log('Pulling data...');
7372
if (!this.controller || !this.file) {
7473
throw new Error('ReadableStream has not been started');
7574
}

packages/mcp-server-supabase/test/llm.e2e.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ describe('llm tests', () => {
238238
expect.objectContaining({ toolName: 'deploy_edge_function' })
239239
);
240240

241-
console.log(text);
242-
243241
await expect(text).toMatchCriteria(
244242
'Confirms the successful modification of an Edge Function.'
245243
);

0 commit comments

Comments
 (0)