Skip to content

Commit

Permalink
remove console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Feb 28, 2024
1 parent e62ae95 commit dfac8f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system-test/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,6 @@ describe('storage', () => {
'Bucket is a requester pays bucket but no user project provided.';

await assert.rejects(testFunction(), err => {
console.log(JSON.stringify(err));
console.log('');
assert(
(err as Error).message.includes(failureMessage),
`Expected '${
Expand Down

0 comments on commit dfac8f7

Please sign in to comment.