Skip to content

Commit

Permalink
Remove test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Dec 20, 2024
1 parent e0def78 commit 92e6c67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/inngest/src/node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ testFramework("Node", NodeHandler, {
// Mock the body data
const bodyData = Buffer.from(JSON.stringify(req.body));

nodeReq.on("end", () => {
console.log("END!");
});

// Override the read methods to return the body data
nodeReq.push(bodyData);
nodeReq.push(null); // Signals the end of the stream
Expand Down

0 comments on commit 92e6c67

Please sign in to comment.