remove a fixme

This commit is contained in:
Nikos Kouremenos 2005-09-08 09:23:49 +00:00
parent 844dfd8096
commit 0372f162e9

View file

@ -198,7 +198,6 @@ class SignalObject(DbusPrototype):
return None return None
if jid.startswith('xmpp://'): if jid.startswith('xmpp://'):
jid = jid[7:] # len('xmpp://') = 7 jid = jid[7:] # len('xmpp://') = 7
#FIXME: does not work :(((
if account: if account:
accounts = [account] accounts = [account]