Remove debug print

This commit is contained in:
Roy Nieterau 2025-05-27 13:01:43 +02:00
parent e86450c48d
commit 956121ba96

View file

@ -857,9 +857,6 @@ class AbstractTemplateBuilder(ABC):
"task_names": task_name
}
)
print("Build profiles", build_profiles)
if not profile:
raise TemplateProfileNotFound((
"No matching profile found for task '{}' of type '{}' "