Skip to content

Commit 120798b

Browse files
committed
remove stray print
1 parent 7681083 commit 120798b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tikzplotlib/_path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def mpl_linestyle2pgfplots_linestyle(data, line_style, line=None):
397397

398398
if len(line_style[1]) == 2:
399399
fmt = f"dash pattern=on {ff}pt off {ff}pt"
400-
print(fmt, type(fmt))
401400
return fmt.format(*line_style[1])
402401

403402
assert len(line_style[1]) == 4

0 commit comments

Comments
 (0)