Remove console.log

This commit is contained in:
Igor Carvalho 2023-07-26 23:01:07 -03:00
commit 289a3f5d83

View file

@ -129,7 +129,6 @@ export default function BuildTrigger({
// Process each chunk of data here
// Parse the chunk and update the context
try {
console.log(parsedData);
updateSSEData({ [parsedData.id]: parsedData });
} catch (err) {
console.log("Error parsing stream data: ", err);