diff --git a/src/core/operations/RawInflate.mjs b/src/core/operations/RawInflate.mjs index 43ca07e9..f5b57bde 100644 --- a/src/core/operations/RawInflate.mjs +++ b/src/core/operations/RawInflate.mjs @@ -82,7 +82,6 @@ class RawInflate extends Operation { }), result = new Uint8Array(inflate.decompress()); - // This seems to be the easiest way... return result.buffer; }