From a6b38b60103f81535a0078cc6b21213f8a6e4fb9 Mon Sep 17 00:00:00 2001 From: Tomasz Melcer Date: Sun, 19 Nov 2006 18:38:03 +0000 Subject: [PATCH] Oops, forget to remove testing code. --- src/common/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/commands.py b/src/common/commands.py index 9264f7e11..f0ac1e428 100644 --- a/src/common/commands.py +++ b/src/common/commands.py @@ -68,7 +68,6 @@ class ChangeStatusCommand(AdHocCommand): @staticmethod def isVisibleFor(samejid): ''' Change status is visible only if the entity has the same bare jid. ''' - return True # TODO: Remove that! return samejid def execute(self, request):