aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/include
diff options
context:
space:
mode:
Diffstat (limited to 'svg-flatten/include')
-rw-r--r--svg-flatten/include/geom2d.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/include/geom2d.hpp b/svg-flatten/include/geom2d.hpp
index 9f83754..6a52d0b 100644
--- a/svg-flatten/include/geom2d.hpp
+++ b/svg-flatten/include/geom2d.hpp
@@ -68,7 +68,7 @@ namespace gerbolyze {
return;
xx=a, yx=b, xy=c, yy=d, x0=e, y0=f;
- cerr << "xform loaded " << dbg_str() << endl;
+ //cerr << "xform loaded " << dbg_str() << endl;
}
xform2d &translate(double x, double y) {