From e4db23f85767fb597b5f9cd0dfb678e5194796e2 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 14 Oct 2022 16:20:34 +0100 Subject: [PATCH] Removed extra comment from Raw Inflate --- src/core/operations/RawInflate.mjs | 1 - 1 file changed, 1 deletion(-) 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; }