summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-09 15:12:02 +0100
committergjoranv <gv@verizonmedia.com>2021-11-09 15:12:02 +0100
commit5bb99556c47fd27d461eee36309483cae97b78d5 (patch)
treee52509eeda50f374b98d54df97abf5979f7277b1 /container-core
parent20bab21156546c1a76a7f256fa0ba36418a63e78 (diff)
Remove comment that has been invalid since code was rewritten.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java b/container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java
index f252287b403..e751c33b5d0 100644
--- a/container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java
+++ b/container-core/src/main/java/com/yahoo/container/di/CloudSubscriber.java
@@ -60,11 +60,6 @@ public class CloudSubscriber implements Subscriber {
if (handles.isEmpty())
throw new IllegalStateException("No config keys registered");
- // Catch and just log config exceptions due to missing config values for parameters that do
- // not have a default value. These exceptions occur when the user has removed a component
- // from services.xml, and the component takes a config that has parameters without a
- // default value in the def-file. There is a new 'components' config underway, where the
- // component is removed, so this old config generation will soon be replaced by a new one.
boolean gotNextGen = false;
while ( ! gotNextGen) {
try {