diff --git a/layouts/partials/sidebar-v2.html b/layouts/partials/sidebar-v2.html
index 24924016..bd1c958a 100644
--- a/layouts/partials/sidebar-v2.html
+++ b/layouts/partials/sidebar-v2.html
@@ -16,8 +16,6 @@
{{ range $group := . }}
{{ range $product := $group.products }}
{{ if not $product.extUrl }}
- {{ warnf "$relPermalink: %s" $relPermalink }}
- {{ warnf "$product.url: %s" $product.url }}
{{ if strings.Contains $relPermalink $product.url }}
{{ $currentProductTitle = $product.title }}
{{ end }}