summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
index 588c0f7a0b7..7104ed5a24b 100644
--- a/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
+++ b/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/ConfigProxyRpcServer.java
@@ -160,9 +160,6 @@ public class ConfigProxyRpcServer implements Runnable, TargetWatcher, RpcServer
log.log(LogLevel.DEBUG, "No config received yet for " + request.getShortDescription() + ",not sending response");
}
} else if (ProxyServer.configOrGenerationHasChanged(config, request)) {
- if (log.isLoggable(LogLevel.DEBUG)) {
- log.log(LogLevel.DEBUG, "Should send response for " + request.getShortDescription() + ",config=" + config);
- }
returnOkResponse(request, config);
} else {
if (log.isLoggable(LogLevel.DEBUG)) {