Skip to content

Commit 3214345

Browse files
committed
Remove print statements
1 parent 8322c4a commit 3214345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mathicsscript/format.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ def harmonize_parameters(G, draw_options: dict):
326326
if "width" not in draw_options:
327327
width = clamp(node_size / DEFAULT_NODE_SIZE, min=0.15)
328328
draw_options["width"] = width
329-
print("width", draw_options["width"])
330-
print("graph_layout", graph_layout)
331329

332330
if "font_size" not in draw_options:
333331
# FIXME: should also take into consideration max width of label.

0 commit comments

Comments
 (0)