Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Nov 10, 2021
1 parent 950a9d5 commit 40e5307
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/html/JavaScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ class JavaScript extends Test {

const result = await request.get(script);

console.log(result.response.headers);
console.log(Object.prototype.hasOwnProperty.call(result.response.headers, 'cache-control'));
console.log('cache-control' in result.response.headers)
console.log(result.response.headers.has('cache-control'))

const isFileAvailabe = {
status: this.isFileAvailable(result) ? 'SUCCESS' : 'ERROR',
title: 'Available',
Expand Down

0 comments on commit 40e5307

Please sign in to comment.