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
This commit is contained in:
Michael Bayne
2007-03-11 06:38:59 +00:00
parent 0306b072df
commit b6c6b74d73
@@ -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));
}
}