Skip to content

Commit 90a05e9

Browse files
committed
remove print
1 parent 6a0c238 commit 90a05e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agentlab/analyze/overlay_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def overlay_rectangle(
299299

300300
if dashed:
301301
# Draw dashed rectangle
302-
print("Drawing dashed rectangle")
303302
linedashed(draw, x, y, x + w, y, color, width)
304303
linedashed(draw, x + w, y, x + w, y + h, color, width)
305304
linedashed(draw, x + w, y + h, x, y + h, color, width)

0 commit comments

Comments
 (0)