mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
chore(convos.js): comment out console.log statement for debugging deletion source
This commit is contained in:
parent
f88a0685f7
commit
d56817850c
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ router.post('/clear', requireJwtAuth, async (req, res) => {
|
|||
filter = { conversationId };
|
||||
}
|
||||
|
||||
console.log('source:', source);
|
||||
// for debugging deletion source
|
||||
// console.log('source:', source);
|
||||
|
||||
if (source === 'button' && !conversationId) {
|
||||
return res.status(200).send('No conversationId provided');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue