mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +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());
|
||||
|
||||
// This seems to be the easiest way...
|
||||
return result.buffer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user