Skip to content

Commit

Permalink
bump version to 2.20.4
Browse files Browse the repository at this point in the history
cleanup logging
  • Loading branch information
ikreymer committed Nov 20, 2024
1 parent 9308ec3 commit c82830d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webrecorder/wabac",
"version": "2.20.3",
"version": "2.20.4",
"main": "index.js",
"type": "module",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion src/rewrite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ export class Rewriter {
(isNaN(existingLen) || existingLen > newLen) &&
response.setRawRange(start, end)
) {
console.log("setting range", start, end, newLen);
response.headers.set("Content-Length", String(newLen));
}
}
Expand Down

0 comments on commit c82830d

Please sign in to comment.