changeset 883:47a8086e7729 abs_n_rel_center

Remove debug messages
author Thinker K.F. Li <thinker@codemud.net>
date Sat, 25 Sep 2010 22:04:23 +0800
parents d9d55bb50679
children 6c8e4e1f3a39
files nodejs/svg.js
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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];
     }