Commit f02c9d89 by Dmitry Baranovskiy

Removed console.log. Sorry.

parent 66450da2
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4630,7 +4630,6 @@ ...@@ -4630,7 +4630,6 @@
} }
_.bbox = pathDimensions(mapPath(this.realPath, this.matrix)); _.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
_.bbox.toString = x_y_w_h; _.bbox.toString = x_y_w_h;
console.log(mapPath(this.realPath, this.matrix)+"");
_.dirty = _.dirtyT = 0; _.dirty = _.dirtyT = 0;
} }
return _.bbox; return _.bbox;
...@@ -5075,7 +5074,6 @@ ...@@ -5075,7 +5074,6 @@
R.is(f, "function") && f.call(el); R.is(f, "function") && f.call(el);
}); });
})(e.callback, that, e.anim); })(e.callback, that, e.anim);
console.log(e.repeat);
if (--e.repeat) { if (--e.repeat) {
that.attr(e.origin); that.attr(e.origin);
e.start = Now; e.start = Now;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment