Removing an errant println.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7124 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e58ec4b8a0
commit
6465dbd516
@ -160,7 +160,6 @@ public class SelectorKernel extends AbstractKernel
|
|||||||
|
|
||||||
protected void removeEndpoint( NioEndpoint p, SocketChannel c )
|
protected void removeEndpoint( NioEndpoint p, SocketChannel c )
|
||||||
{
|
{
|
||||||
System.out.println( "removeEndpoint(" + p + ", " + c + ")" );
|
|
||||||
endpoints.remove( p.getId() );
|
endpoints.remove( p.getId() );
|
||||||
|
|
||||||
// Enqueue an endpoint event for the listeners
|
// Enqueue an endpoint event for the listeners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user