Skip to content

Commit 12997a3

Browse files
committed
remove extraneous print
1 parent 7e7f5e3 commit 12997a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operate/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ def capture_mini_screenshot_with_cursor(file_path=os.path.join("screenshots", "s
705705
height = ACCURATE_PIXEL_COUNT
706706
# Use the screencapture utility to capture the screen with the cursor
707707
rect = f"-R{x1},{y1},{width},{height}"
708-
print("rect", rect)
709708
subprocess.run(["screencapture", "-C", rect, file_path])
710709

711710
screenshots_dir = "screenshots"

0 commit comments

Comments
 (0)