Skip to content

Commit a6ec8da

Browse files
committed
Remove stray print
1 parent fd299ff commit a6ec8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/formatter/svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def polygonbox(self, **options):
308308
" ".join("%f,%f" % coords.pos() for coords in line),
309309
style,
310310
)
311-
print("XXX PolygonBox", svg)
311+
# print("XXX PolygonBox", svg)
312312
return svg
313313

314314

0 commit comments

Comments
 (0)