From d8cd2e9b451c05161c6852d47ef90db61bd37971 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Tue, 15 Aug 2023 20:38:11 +0800 Subject: [PATCH] remove log --- client/src/pages/api/openapi/v1/chat/getHistory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/api/openapi/v1/chat/getHistory.ts b/client/src/pages/api/openapi/v1/chat/getHistory.ts index 974f2bac7..743297238 100644 --- a/client/src/pages/api/openapi/v1/chat/getHistory.ts +++ b/client/src/pages/api/openapi/v1/chat/getHistory.ts @@ -61,7 +61,6 @@ export async function getChatHistory({ } } ]); - console.log(history); return { history }; }