Skip to content

Commit c259a97

Browse files
committed
Comment out svg debugging print
1 parent 8665da0 commit c259a97

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)