1
0
mirror of synced 2025-02-20 20:21:24 +01:00

Removed extra comment from Raw Inflate

This commit is contained in:
n1474335 2022-10-14 16:20:34 +01:00
parent 32e7dd030e
commit e4db23f857

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;
}