Pipe down there little fellas. There seems to be no easy way to not show debug
logging on the console so let's not be uninformatively verbose. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4803 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -289,11 +289,11 @@ public class ClientDObjectMgr
|
||||
"[oid=" + oid + ", obj=" + obj + "].");
|
||||
return;
|
||||
}
|
||||
log.debug("Got object: pendReq=" + req);
|
||||
// log.debug("Got object: pendReq=" + req);
|
||||
|
||||
for (var ii :int = 0; ii < req.targets.length; ii++) {
|
||||
var target :Subscriber = (req.targets[ii] as Subscriber);
|
||||
log.debug("Notifying subscriber: " + target);
|
||||
// log.debug("Notifying subscriber: " + target);
|
||||
// add them as a subscriber
|
||||
obj.addSubscriber(target);
|
||||
// and let them know that the object is in
|
||||
|
||||
Reference in New Issue
Block a user