Skip to content

Commit d0ddd93

Browse files
committed
remove console.log
1 parent 5b398b8 commit d0ddd93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/gifsicle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gifsicle-wasm-browser",
3-
"version": "1.5.17",
3+
"version": "1.5.18",
44
"description": "Run Gifsicle in browser,Compress, rotate, crop and other operations on Gif images",
55
"homepage": "https://github.com/renzhezhilu/gifsicle-wasm-browser",
66
"author": {

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ let gifsicle = {
149149

150150

151151

152-
console.log(newCommand);
153-
console.log(newFiles);
154-
console.log(workerUrl);
152+
// console.log(newCommand);
153+
// console.log(newFiles);
154+
// console.log(workerUrl);
155155
myWorker.postMessage({
156156
data: newFiles,
157157
command: newCommand,

0 commit comments

Comments
 (0)