mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Removed extra comment from Raw Inflate
This commit is contained in:
parent
32e7dd030e
commit
e4db23f857
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ class RawInflate extends Operation {
|
|||
}),
|
||||
result = new Uint8Array(inflate.decompress());
|
||||
|
||||
// This seems to be the easiest way...
|
||||
return result.buffer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue