From 73606928c6a40be8929989374892f86febc4d29f Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 14 Jul 2017 19:54:40 +0200 Subject: [PATCH] useless condition --- templates/site/user/torrents.jet.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/site/user/torrents.jet.html b/templates/site/user/torrents.jet.html index fe694d48..a4213a88 100644 --- a/templates/site/user/torrents.jet.html +++ b/templates/site/user/torrents.jet.html @@ -12,7 +12,6 @@ {{ T("date")}} {{ range i, t := UserProfile.Torrents }} - {{ if DisplayTorrent(t, User) }} {{ torrent := t.ToJSON() }} @@ -53,7 +52,6 @@ {{torrent.Date}} {{end}} - {{end}}