Skip to content

Commit

Permalink
Remove useless codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed Apr 16, 2024
1 parent 1609aec commit c02410f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions saidump/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ using namespace syncd;
int main(int argc, char **argv)
{
SWSS_LOG_ENTER();
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_DEBUG);
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_NOTICE);
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_INFO);

SaiDump m_saiDump;
Expand Down

0 comments on commit c02410f

Please sign in to comment.