diff --git a/orchagent/crmorch.cpp b/orchagent/crmorch.cpp index eb23cae82f..7895bc38a4 100644 --- a/orchagent/crmorch.cpp +++ b/orchagent/crmorch.cpp @@ -325,7 +325,6 @@ void CrmOrch::handleSetCommand(const string& key, const vector& else { SWSS_LOG_ERROR("Failed to parse CRM %s configuration. Unknown attribute %s.\n", key.c_str(), field.c_str()); - return; } } catch (const exception& e)