Skip to content

Commit 3b777a0

Browse files
committed
remove console.log
1 parent 45abef0 commit 3b777a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/api/chat/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export async function POST(req: NextRequest): Promise<Response> {
2121
prompt?: string;
2222
schema?: string;
2323
};
24-
console.log(schema);
2524

2625
if (!prompt) {
2726
return new Response('No prompt in the request', { status: 400 });

0 commit comments

Comments
 (0)