svg-flatten: Remove extraneous debug print

wip
jaseg 2021-09-29 17:20:59 +02:00
rodzic a6acc8dc69
commit a3cf9e6845
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {