Removed debug logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1410 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PresentsClient.java,v 1.31 2002/05/28 21:56:38 mdb Exp $
|
// $Id: PresentsClient.java,v 1.32 2002/05/31 07:33:33 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -557,7 +557,6 @@ public class PresentsClient
|
|||||||
{
|
{
|
||||||
public void dispatch (PresentsClient client, UpstreamMessage msg)
|
public void dispatch (PresentsClient client, UpstreamMessage msg)
|
||||||
{
|
{
|
||||||
Log.info("Received client ping [client=" + client + "].");
|
|
||||||
// send a pong response
|
// send a pong response
|
||||||
Connection conn = client.getConnection();
|
Connection conn = client.getConnection();
|
||||||
if (conn != null) {
|
if (conn != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user