Skip to content

Commit

Permalink
Remove debug code in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Sep 25, 2024
1 parent b079c6f commit 2939fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dd-trace/test/profiling/exporters/agent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ describe('exporters/agent', function () {
expect(req.files[0]).to.have.property('size', req.files[0].buffer.length)

const event = JSON.parse(req.files[0].buffer.toString())
process._rawDebug(JSON.stringify(event))
expect(event).to.have.property('attachments')
expect(event.attachments).to.have.lengthOf(2)
expect(event.attachments[0]).to.equal('wall.pprof')
Expand Down

0 comments on commit 2939fd3

Please sign in to comment.