Skip to content

Commit 40e5307

Browse files
committed
Remove console logs
1 parent 950a9d5 commit 40e5307

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/html/JavaScript.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ class JavaScript extends Test {
3131

3232
const result = await request.get(script);
3333

34-
console.log(result.response.headers);
35-
console.log(Object.prototype.hasOwnProperty.call(result.response.headers, 'cache-control'));
36-
console.log('cache-control' in result.response.headers)
37-
console.log(result.response.headers.has('cache-control'))
38-
3934
const isFileAvailabe = {
4035
status: this.isFileAvailable(result) ? 'SUCCESS' : 'ERROR',
4136
title: 'Available',

0 commit comments

Comments
 (0)