From b6c6b74d737f2d4abeef4071def2640766c6a3a6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 11 Mar 2007 06:38:59 +0000 Subject: [PATCH] Dooh, failed to save my removal of this debug statement. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@236 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/client/GameControlBackend.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/client/GameControlBackend.as b/src/as/com/threerings/ezgame/client/GameControlBackend.as index d6c13b9c..1481edaf 100644 --- a/src/as/com/threerings/ezgame/client/GameControlBackend.as +++ b/src/as/com/threerings/ezgame/client/GameControlBackend.as @@ -787,7 +787,6 @@ public class GameControlBackend } else if (EZGameObject.TICKER == name) { var targs :Array = event.getArgs(); - trace("Got " + targs + " :" + targs[0] + "/" + targs[1]); callUserCode("messageReceived_v1", (targs[0] as String), (targs[1] as int)); } }