FIX: remove the internal update codes

jira: [none]
Change-Id: I4d5cfc6b643117d136865b143e2d42c398d2bde2
This commit is contained in:
xin.zhang 2025-01-21 11:44:04 +08:00 committed by lane.wei
parent bc96302f12
commit 3e9187cf3b
1 changed files with 0 additions and 5 deletions

View File

@ -526,11 +526,6 @@ void MonitorPanel::show_status(int status)
BOOST_LOG_TRIVIAL(info) << "monitor: show_status = " << status;
#if !BBL_RELEASE_TO_PUBLIC
m_upgrade_panel->update(nullptr);
#endif
//Freeze();
// update panels
if (m_side_tools) { m_side_tools->show_status(status); };