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:
Michael Bayne
2007-08-02 18:48:45 +00:00
parent 0cb497e6ce
commit affca34556
2 changed files with 4 additions and 4 deletions
@@ -323,7 +323,7 @@ public class Client extends EventDispatcher
public function gotBootstrap (data :BootstrapData, omgr :DObjectManager) :void
{
log.debug("Got bootstrap " + data + ".");
// log.debug("Got bootstrap " + data + ".");
_bstrap = data;
_omgr = omgr;
@@ -331,7 +331,7 @@ public class Client extends EventDispatcher
_invdir.init(omgr, _cloid, this);
log.debug("TimeBaseService: " + requireService(TimeBaseService));
// log.debug("TimeBaseService: " + requireService(TimeBaseService));
}
/**
@@ -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