Remove excessive logs, make path search recursive for materials.

CURA-8610
This commit is contained in:
j.delarago 2022-06-15 15:47:17 +02:00
parent 4e80d170d1
commit 8c2ac9f21e
2 changed files with 3 additions and 6 deletions

View file

@ -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"),