Removed extra comment from Raw Inflate

This commit is contained in:
n1474335 2022-10-14 16:20:34 +01:00
parent 32e7dd030e
commit e4db23f857
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class RawInflate extends Operation {
}),
result = new Uint8Array(inflate.decompress());
// This seems to be the easiest way...
return result.buffer;
}