Skip to content

Commit e4362db

Browse files
committed
chore: remove console.log
1 parent 611cdc1 commit e4362db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ describe('llm tests', () => {
386386
],
387387
maxSteps: 6,
388388
async onStepFinish({ toolCalls: tools, text }) {
389-
console.log('Tool calls:', tools);
390-
console.log('Text:', text);
391389
toolCalls.push(...tools);
392390
},
393391
});

0 commit comments

Comments
 (0)