aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/canvas/svgpath/tiger.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/canvas/svgpath/tiger.js')
-rw-r--r--examples/declarative/canvas/svgpath/tiger.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/canvas/svgpath/tiger.js b/examples/declarative/canvas/svgpath/tiger.js
index 63a1e43cba..2695cd52fe 100644
--- a/examples/declarative/canvas/svgpath/tiger.js
+++ b/examples/declarative/canvas/svgpath/tiger.js
@@ -728,7 +728,6 @@ function draw(ctx, frame)
if (frame > totalPaths)
return;
- console.log(frame);
ctx.reset();
ctx.globalCompositeOperation = "source-over";
ctx.fillStyle = "rgba(0,0,0,0)";