This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 7844de4 CAMEL-15913: remove debug output 7844de4 is described below commit 7844de47eba676b008dba17e389d99ce17731d75 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Dec 4 12:24:09 2020 +0100 CAMEL-15913: remove debug output --- layouts/partials/releases/downloads.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/releases/downloads.html b/layouts/partials/releases/downloads.html index 0d09c9e..3195161 100644 --- a/layouts/partials/releases/downloads.html +++ b/layouts/partials/releases/downloads.html @@ -48,7 +48,6 @@ {{/* when version is specified, this is included from the release page */}} {{ range $version := $versions }} {{ range $kind, $v := $version }} - {{ $v }} {{ if eq $v $.Version }} {{ $is_current_versions = true }} {{ end }} @@ -66,7 +65,6 @@ {{ else }} {{/* no $.Version requested, we're rendering the downloads page, all versions should be current */}} {{ $is_current_versions = true }} - {{ end }} {{/* the same version can be matched by two kinds (say be latest and lts at the same time), this merges the multiple version entries into single */}}