mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Removed extra comment from Raw Inflate
This commit is contained in:
@@ -82,7 +82,6 @@ class RawInflate extends Operation {
|
|||||||
}),
|
}),
|
||||||
result = new Uint8Array(inflate.decompress());
|
result = new Uint8Array(inflate.decompress());
|
||||||
|
|
||||||
// This seems to be the easiest way...
|
|
||||||
return result.buffer;
|
return result.buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user