Removed printStackTrace
This commit is contained in:
parent
40c4d84477
commit
bb6db4baf8
@ -181,7 +181,7 @@ class HttpTunnelingClientSocketChannel extends AbstractChannel
|
||||
buf = messages.take();
|
||||
}
|
||||
catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
// Ignore
|
||||
}
|
||||
return buf;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user