diff --git a/src/as/com/threerings/crowd/chat/client/ChatDirector.as b/src/as/com/threerings/crowd/chat/client/ChatDirector.as index 313a3fe3a..d2362d662 100644 --- a/src/as/com/threerings/crowd/chat/client/ChatDirector.as +++ b/src/as/com/threerings/crowd/chat/client/ChatDirector.as @@ -526,7 +526,6 @@ public class ChatDirector extends BasicDirector */ public function filter (msg :String, otherUser :Name, outgoing :Boolean) :String { - // TODO: needs testing _filters.apply(function (observer :ChatFilter) :void { if (msg != null) { msg = observer.filter(msg, otherUser, outgoing);