Remove console.log
This commit is contained in:
parent
7804ca9eaf
commit
289a3f5d83
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue