Skip to content

Commit fbc53a6

Browse files
committed
turn down some verbose logging
1 parent 9f0dfea commit fbc53a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/com/whalin/memcached/SockIOPool.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,11 +1648,6 @@ public void trueClose( boolean addToDeadPool ) throws IOException {
16481648
boolean err = false;
16491649
StringBuilder errMsg = new StringBuilder();
16501650

1651-
if ( in == null || out == null || sock == null ) {
1652-
err = true;
1653-
errMsg.append( "++++ socket or its streams already null in trueClose call" );
1654-
}
1655-
16561651
if ( in != null ) {
16571652
try {
16581653
in.close();

0 commit comments

Comments
 (0)