Skip to content

Commit

Permalink
turn down some verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhalin committed Mar 23, 2008
1 parent 9f0dfea commit fbc53a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/com/whalin/memcached/SockIOPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -1648,11 +1648,6 @@ public void trueClose( boolean addToDeadPool ) throws IOException {
boolean err = false;
StringBuilder errMsg = new StringBuilder();

if ( in == null || out == null || sock == null ) {
err = true;
errMsg.append( "++++ socket or its streams already null in trueClose call" );
}

if ( in != null ) {
try {
in.close();
Expand Down

0 comments on commit fbc53a6

Please sign in to comment.