ENH:remove log output

jira:[for log]

Change-Id: I86313ceeb0118171878336cf3d5cf4359e0f5798
This commit is contained in:
tao wang 2024-01-25 09:45:00 +08:00 committed by Lane.Wei
parent 004b559a78
commit 026851c03e
1 changed files with 0 additions and 1 deletions

View File

@ -3618,7 +3618,6 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
;
}
if (!m_curr_metadata_name.empty()) {
BOOST_LOG_TRIVIAL(info) << "load_3mf found metadata key = " << m_curr_metadata_name << ", value = " << xml_unescape(m_curr_characters);
model_info.metadata_items[m_curr_metadata_name] = xml_unescape(m_curr_characters);
}