We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798c6e8 commit e560446Copy full SHA for e560446
1 file changed
src/polyavatar.js
@@ -212,7 +212,6 @@
212
if (options.animated === false) {
213
currentProgress = percentage;
214
}
215
- //console.log(options)
216
217
ctx.setTransform(1, 0, 0, 1, 0, 0);
218
ctx.clearRect(0, 0, canvas.width, canvas.height);
0 commit comments