Removed printStackTrace

This commit is contained in:
Trustin Lee 2009-04-15 07:41:45 +00:00
parent 40c4d84477
commit bb6db4baf8

View File

@ -181,7 +181,7 @@ class HttpTunnelingClientSocketChannel extends AbstractChannel
buf = messages.take();
}
catch (InterruptedException e) {
e.printStackTrace();
// Ignore
}
return buf;
}