diff --git a/src/ServiceDiscovery/SlowControlCollection.cpp b/src/ServiceDiscovery/SlowControlCollection.cpp index 31c0a65..f339179 100644 --- a/src/ServiceDiscovery/SlowControlCollection.cpp +++ b/src/ServiceDiscovery/SlowControlCollection.cpp @@ -747,10 +747,6 @@ bool SlowControlCollection::Update(SlowControlCollection* SCC, std::string key, reply="Error getting value from key: "+key; return false; } - else{ - reply=value; - return true; - } } } return true;