diff --git a/usbguard-notify.py b/usbguard-notify.py index 5a7575b..ece0101 100755 --- a/usbguard-notify.py +++ b/usbguard-notify.py @@ -61,7 +61,6 @@ def prompt_device_action(dev_id, name, long_id): 'New Device'], stdout=PIPE, text=True, bufsize=0) open_notifications[dev_id] = int(proc.stdout.readline()) - print(str(open_notifications[dev_id])) option = int(proc.communicate()[0]) try: open_notifications.pop(dev_id)