Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
NotChristianGarcia committed Oct 29, 2024
1 parent 4e2829d commit f90fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/models_templates_tags.py
Original file line number Diff line number Diff line change
@@ -389,7 +389,7 @@ def combine_pod_and_template_recursively(input_obj, template_name, seen_template
d = combine_pod_and_template_recursively(pod, "template21:car@2024-06-11-18:09:39")
d.description
"""
console.debug(f"Top of combine_pod_and_template_recursively for template: {template_name}, tenant: {tenant}, site: {site}")
logger.debug(f"Top of combine_pod_and_template_recursively for template: {template_name}, tenant: {tenant}, site: {site}")
if seen_templates is None:
seen_templates = set()

0 comments on commit f90fff3

Please sign in to comment.