Oops, forget to remove testing code.

This commit is contained in:
Tomasz Melcer 2006-11-19 18:38:03 +00:00
parent 07bd24c2e8
commit a6b38b6010
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class ChangeStatusCommand(AdHocCommand):
@staticmethod @staticmethod
def isVisibleFor(samejid): def isVisibleFor(samejid):
''' Change status is visible only if the entity has the same bare jid. ''' ''' Change status is visible only if the entity has the same bare jid. '''
return True # TODO: Remove that!
return samejid return samejid
def execute(self, request): def execute(self, request):