Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
remove extra loging
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLockett committed Apr 5, 2022
1 parent a993e5c commit 415a86b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions build/CCapture.all.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,6 @@ function download(data, strFileName, strMimeType) {
this.canvas = document.createElement("canvas");
this.ctx = this.canvas.getContext("2d");
this.sizeSet = false;
console.log("in GifEncoder");
console.log(GIF);
this.encoder = new GIF({
workers: settings.workers,
quality: settings.quality,
Expand Down
Loading

0 comments on commit 415a86b

Please sign in to comment.