Commented out debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@158 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-03 02:12:27 +00:00
parent 44f19a5d68
commit ae73c73ac4
4 changed files with 11 additions and 10 deletions
@@ -1,5 +1,5 @@
//
// $Id: Communicator.java,v 1.11 2001/07/25 00:26:44 mdb Exp $
// $Id: Communicator.java,v 1.12 2001/08/03 02:11:20 mdb Exp $
package com.threerings.cocktail.cher.client;
@@ -267,7 +267,7 @@ public class Communicator
*/
protected void processMessage (DownstreamMessage msg)
{
Log.info("Process msg: " + msg);
// Log.info("Process msg: " + msg);
// post this message to the dobjmgr queue
_omgr.processMessage(msg);
}