diff --git a/src/remote_control.py b/src/remote_control.py index 02a7af3f3..f3e29bca0 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -198,7 +198,6 @@ class SignalObject(DbusPrototype): return None if jid.startswith('xmpp://'): jid = jid[7:] # len('xmpp://') = 7 - #FIXME: does not work :((( if account: accounts = [account]