summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wasp/gadgetbridge.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wasp/gadgetbridge.py b/wasp/gadgetbridge.py
index f1219dd..4e1abc3 100644
--- a/wasp/gadgetbridge.py
+++ b/wasp/gadgetbridge.py
@@ -50,7 +50,8 @@ def GB(cmd):
elif task == 'notify-':
wasp.system.unnotify(cmd['id'])
else:
- _info('Command "{}" is not implemented'.format(cmd))
+ pass
+ #_info('Command "{}" is not implemented'.format(cmd))
except Exception as e:
msg = io.StringIO()
sys.print_exception(e, msg)