ENH:remove log output
jira:[for log] Change-Id: I86313ceeb0118171878336cf3d5cf4359e0f5798
This commit is contained in:
parent
004b559a78
commit
026851c03e
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue