Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed Jun 5, 2023
1 parent feaf63a commit 192217a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openadapt/window/_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def get_active_window_meta():
win for win in windows if win['kCGWindowLayer'] == 0
]
active_window_info = active_windows_info[0]
print(active_window_info)
return active_window_info


Expand Down

0 comments on commit 192217a

Please sign in to comment.