remove log

This commit is contained in:
archer
2023-08-15 20:38:11 +08:00
parent cc57a7e27e
commit d8cd2e9b45

View File

@@ -61,7 +61,6 @@ export async function getChatHistory({
}
}
]);
console.log(history);
return { history };
}