Skip to content

Commit

Permalink
Removed console.log. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBaranovskiy committed Apr 4, 2011
1 parent 66450da commit f02c9d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion raphael-min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions raphael.js
Expand Up @@ -4630,7 +4630,6 @@
}
_.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
_.bbox.toString = x_y_w_h;
console.log(mapPath(this.realPath, this.matrix)+"");
_.dirty = _.dirtyT = 0;
}
return _.bbox;
Expand Down Expand Up @@ -5075,7 +5074,6 @@
R.is(f, "function") && f.call(el);
});
})(e.callback, that, e.anim);
console.log(e.repeat);
if (--e.repeat) {
that.attr(e.origin);
e.start = Now;
Expand Down

0 comments on commit f02c9d8

Please sign in to comment.