Skip to content

Commit d00a7fd

Browse files
committed
remove test print
1 parent 2d7c86f commit d00a7fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_plotters/artists/networkartist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def draw_nodelabels(self, text: Optional[Dict[int, str]] = None) -> None:
307307
color = (0, 0, 0) if is_color_light(bgcolor) else (1, 1, 1)
308308

309309
text = self.node_text.get(node, None)
310-
print(text)
311310
if text is None:
312311
continue
313312

0 commit comments

Comments
 (0)