Skip to content

Commit

Permalink
clean up console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 31, 2024
1 parent 3de23ca commit 09cf4fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class ActiveFrontmatterDocsTitleRestorerResource extends ResourceInterface {
}

async shouldIntercept(url, request, response) {
console.log(url, response.headers);

return response.headers.get("Content-Type")?.indexOf(this.contentType) >= 0;
}

Expand Down

0 comments on commit 09cf4fa

Please sign in to comment.