Skip to content

Commit

Permalink
chore: remove console.log in system test (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Feb 6, 2019
1 parent 66be30a commit 1f8bacf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system-test/storage.ts
Expand Up @@ -718,7 +718,6 @@ describe('storage', () => {
let file: File;

const validateBucketPolicyOnlyEnabledError = (err: ApiError) => {
console.log('err', err);
assert(err.message.match(/Bucket Policy Only is enabled/));
assert.strictEqual(err.code, 400);
return true;
Expand Down

0 comments on commit 1f8bacf

Please sign in to comment.