Skip to content

Commit

Permalink
remove debugging string
Browse files Browse the repository at this point in the history
  • Loading branch information
seamus-sloan committed Oct 23, 2023
1 parent 977c808 commit 1b4e96e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def main():
screenshot(device, args.filename)

elif args.command == "record":
print(args.filename)
device = select_device(devices)
if device is None:
return
Expand Down

0 comments on commit 1b4e96e

Please sign in to comment.