Removing test noise
This commit is contained in:
parent
54051baa2f
commit
ce8920dd76
|
@ -144,7 +144,6 @@ public class ConfiguratorTest
|
|||
@Override
|
||||
public String getNegotiatedSubprotocol(List<String> supported, List<String> requested)
|
||||
{
|
||||
LOG.warn(new Throwable());
|
||||
String seen = QuoteUtil.join(requested,",");
|
||||
seenProtocols.compareAndSet(null,seen);
|
||||
return super.getNegotiatedSubprotocol(supported,requested);
|
||||
|
|
Loading…
Reference in New Issue