mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Remove excessive logs, make path search recursive for materials.
CURA-8610
This commit is contained in:
parent
4e80d170d1
commit
8c2ac9f21e
2 changed files with 3 additions and 6 deletions
|
@ -278,7 +278,6 @@ class ThreeMFWriter(MeshWriter):
|
|||
if not package_data:
|
||||
# We failed to find the package for this material
|
||||
|
||||
Logger.info(f"Secure resource paths searched for: {Resources.getSecureSearchPaths()}")
|
||||
message = Message(catalog.i18nc("@error:material",
|
||||
"It was not possible to store material package information in project file: {material}. This project may not open correctly on other systems.".format(material=extruder.getName())),
|
||||
title=catalog.i18nc("@info:title", "Failed to save material package information"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue