From 6443c69307526bef296979df6cad26363d7a141d Mon Sep 17 00:00:00 2001 From: yourok <8yourok8@mail.ru> Date: Fri, 17 May 2019 10:51:57 +0300 Subject: [PATCH] clean comments --- src/server/torr/Play.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server/torr/Play.go b/src/server/torr/Play.go index 1a5fe71..6eee455 100644 --- a/src/server/torr/Play.go +++ b/src/server/torr/Play.go @@ -46,6 +46,4 @@ func (bt *BTServer) Play(torr *Torrent, file *torrent.File, preload int64, c ech redirectUrl := c.Scheme() + "://" + c.Request().Host + "/torrent/view/" + torr.Hash().HexString() + "/" + utils.CleanFName(file.Path()) return c.Redirect(http.StatusFound, redirectUrl) - - //return bt.View(torr, file, c) }