Skip to content

Commit 555c3fb

Browse files
committed
ProductSelector: Removing debug log
1 parent f5abced commit 555c3fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

layouts/partials/sidebar-v2.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
{{ range $group := . }}
1717
{{ range $product := $group.products }}
1818
{{ if not $product.extUrl }}
19-
{{ warnf "$relPermalink: %s" $relPermalink }}
20-
{{ warnf "$product.url: %s" $product.url }}
2119
{{ if strings.Contains $relPermalink $product.url }}
2220
{{ $currentProductTitle = $product.title }}
2321
{{ end }}

0 commit comments

Comments
 (0)