mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix
This commit is contained in:
@@ -55,7 +55,7 @@ async function processStreamEntry(data: Record<string, string>) {
|
||||
|
||||
const duration = Date.now() - start;
|
||||
|
||||
console.log('Entry processed in', duration, 'ms');
|
||||
// console.log('Entry processed in', duration, 'ms');
|
||||
|
||||
} catch (ex: any) {
|
||||
console.error('ERROR PROCESSING STREAM EVENT', ex.message);
|
||||
|
||||
Reference in New Issue
Block a user