Skip to content

Commit

Permalink
test: remove console.log from kitchen.ts (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Aug 3, 2023
1 parent f4ec732 commit 86b14ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system-test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ describe('resumable-upload', () => {
})
)
.on('error', (err: ErrorWithCode) => {
console.log(err);
assert.strictEqual(err.status, 400);
done();
});
Expand Down

0 comments on commit 86b14ab

Please sign in to comment.