Skip to content

Commit

Permalink
Remove debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Jan 4, 2020
1 parent ade4a8e commit 6c9bfc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/svgo.js
Expand Up @@ -41,7 +41,6 @@ SVGO.prototype.optimize = function(svgstr, info) {
return;
}

console.log(info.multipassCount);
if ((info.multipassCount = ++counter) < maxPassCount && svgjs.data.length < prevResultSize) {
prevResultSize = svgjs.data.length;
this._optimizeOnce(svgjs.data, info, optimizeOnceCallback);
Expand Down

0 comments on commit 6c9bfc3

Please sign in to comment.