Skip to content

Commit

Permalink
[crmorch]: Removing the erase action for DEL_COMMAND option (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
iris00522 authored and Shuotian Cheng committed Apr 29, 2019
1 parent 9931450 commit 713dee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orchagent/crmorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ void CrmOrch::doTask(Consumer &consumer)
else if (op == DEL_COMMAND)
{
SWSS_LOG_ERROR("Unsupported operation type %s\n", op.c_str());
it = consumer.m_toSync.erase(it);
}
else
{
Expand Down

0 comments on commit 713dee2

Please sign in to comment.