mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Remove unnecessary comments.
This commit is contained in:
parent
5fd2512a9b
commit
72ba579e1e
1 changed files with 0 additions and 2 deletions
|
@ -5,10 +5,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import Operation from "../Operation.mjs";
|
import Operation from "../Operation.mjs";
|
||||||
// import zlibAndGzip from "zlibjs/bin/zlib_and_gzip.min.js";
|
|
||||||
import gunzip from "zlibjs/bin/gunzip.min.js";
|
import gunzip from "zlibjs/bin/gunzip.min.js";
|
||||||
|
|
||||||
// const Zlib = zlibAndGzip.Zlib;
|
|
||||||
const Zlib = gunzip.Zlib;
|
const Zlib = gunzip.Zlib;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue