# HG changeset patch # User Thinker K.F. Li # Date 1285423463 -28800 # Node ID 47a8086e77295918036d2b40141ca1fdfa117d62 # Parent d9d55bb50679273519e7bce99bcfe073a0abd883 Remove debug messages diff -r d9d55bb50679 -r 47a8086e7729 nodejs/svg.js --- a/nodejs/svg.js Sat Sep 25 20:31:53 2010 +0800 +++ b/nodejs/svg.js Sat Sep 25 22:04:23 2010 +0800 @@ -1158,9 +1158,6 @@ if(n.attr("gradientTransform")) { parseTransform(mtx, n.attr("gradientTransform").value()); xy = _pnt_transform(cx, cy, mtx); - sys.puts(mtx); - sys.puts(xy); - sys.puts([cx, cy]); cx = xy[0]; cy = xy[1]; }