Removing test noise

This commit is contained in:
Joakim Erdfelt 2014-05-29 11:52:36 -07:00
parent 54051baa2f
commit ce8920dd76
1 changed files with 0 additions and 1 deletions

View File

@ -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);