Remove unnecessary comments.

This commit is contained in:
n1073645 2019-12-17 12:17:13 +00:00
parent 5fd2512a9b
commit 72ba579e1e
1 changed files with 0 additions and 2 deletions

View File

@ -5,10 +5,8 @@
*/
import Operation from "../Operation.mjs";
// import zlibAndGzip from "zlibjs/bin/zlib_and_gzip.min.js";
import gunzip from "zlibjs/bin/gunzip.min.js";
// const Zlib = zlibAndGzip.Zlib;
const Zlib = gunzip.Zlib;
/**