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));
}
/**